This is an automated email from the ASF dual-hosted git repository. hgruszecki pushed a commit to branch 1889-test-examples in repository https://gitbox.apache.org/repos/asf/iggy.git
commit 0384aa45018cec59c4edd32095c44c89430f89b4 Author: Huan-Cheng Chang <[email protected]> AuthorDate: Wed Sep 17 22:43:05 2025 +0100 shellcheck --- foreign/python/scripts/test_examples.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/foreign/python/scripts/test_examples.sh b/foreign/python/scripts/test_examples.sh index 79dc8073c..926fa08e6 100755 --- a/foreign/python/scripts/test_examples.sh +++ b/foreign/python/scripts/test_examples.sh @@ -1,3 +1,4 @@ +#!/bin/bash # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -15,8 +16,6 @@ # specific language governing permissions and limitations # under the License. -#!/bin/bash - # Must be executed from the root of the repo. echo "🚀 Running example scripts..."
