Skip to content

Commit 29000b0

Browse files
author
picklerick2349
committed
Syntax error in the bash script
1 parent 05491ce commit 29000b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo "Continue? (y/n)"
3232
read cont
3333
if [ "$cont" != "y" ]; then
3434
exit 1
35-
# fi
35+
fi
3636

3737
echo "\033[0;32mtesting daemon..."
3838
# should handle gracefully

0 commit comments

Comments
 (0)