Skip to content

Commit

Permalink
Add missing 'then'
Browse files Browse the repository at this point in the history
  • Loading branch information
danscales committed Jun 28, 2024
1 parent 3dec1f0 commit 3e78c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters

# If no tests specified, do whole tests directory
args=$*
if [ $# -eq 0 ];
if [ $# -eq 0 ]; then
args=tests
fi

Expand Down

0 comments on commit 3e78c67

Please sign in to comment.