Skip to content

Commit

Permalink
Capital E
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Mar 31, 2024
1 parent 03f34e4 commit 6b19550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch02/while_loop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ while [[ ! -f "${SIGNAL_TO_STOP_FILE}" ]]; do
sleep 2
done

echo "File was found! exiting..."
echo "File was found! Exiting..."

0 comments on commit 6b19550

Please sign in to comment.