We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a25adb + 9122ccd commit f27fc90Copy full SHA for f27fc90
1 file changed
bin/setup
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
# run command at repo root
6
CURRENT_PATH=$PWD
7
if [ -d .git ]; then
0 commit comments