This is an automated email from the ASF dual-hosted git repository.
style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new a4f4b2da6 fix: message skipping typo (#5448)
a4f4b2da6 is described below
commit a4f4b2da6f7fed4821775fb79a60b7a5e6f396b4
Author: Mustafa Ateş Uzun <[email protected]>
AuthorDate: Sat Oct 28 03:27:13 2023 +0300
fix: message skipping typo (#5448)
---
tools/github/setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/github/setup.sh b/tools/github/setup.sh
index c975696c7..80536d4d7 100755
--- a/tools/github/setup.sh
+++ b/tools/github/setup.sh
@@ -73,7 +73,7 @@ retry docker pull alpine:3.5
# exit if dummy test suite skipping the long compilation when debugging
if [[ $TEST_SUITE =~ Dummy ]]
-then echo skiping setup ; exit 0
+then echo skipping setup ; exit 0
fi
# Basic check that all code compiles and dependencies are downloaded correctly.