Skip to content

Commit 0873d49

Browse files
committed
fix: message skipping typo
1 parent 6f11d48 commit 0873d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/github/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ retry docker pull alpine:3.5
7373

7474
# exit if dummy test suite skipping the long compilation when debugging
7575
if [[ $TEST_SUITE =~ Dummy ]]
76-
then echo skiping setup ; exit 0
76+
then echo skipping setup ; exit 0
7777
fi
7878

7979
# Basic check that all code compiles and dependencies are downloaded correctly.

0 commit comments

Comments
 (0)