Skip to content

Commit

Permalink
Test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 committed Dec 6, 2023
1 parent 276941d commit 632abbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/watch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ find $WATCHER_PATH -type f -print0 | while IFS= read -r -d '' file; do
echo "Both strings are equal."
else
echo "Strings are not equal."
if [ "$ERROR_FOUND" -eq 1 ]
if [ $ERROR_FOUND -eq 1 ]
then
file_contains
else
Expand Down

0 comments on commit 632abbf

Please sign in to comment.