We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d74fcc commit e2ef916Copy full SHA for e2ef916
bot.sh
@@ -15,7 +15,7 @@
15
#
16
info="Commit: $(date)"
17
18
-cd ~/Desktop/code/commit-bot/
+cd ~/Desktop/code/commit-bot/ || exit 1
19
echo "$info" >> output.txt
20
echo "$info"
21
echo
0 commit comments