Skip to content

Commit

Permalink
fix: message skipping typo (#5448)
Browse files Browse the repository at this point in the history
  • Loading branch information
0o001 authored Oct 28, 2023
1 parent 6f11d48 commit a4f4b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/github/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a4f4b2d

Please sign in to comment.