We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfff10 commit b7a2285Copy full SHA for b7a2285
bin/commands/scripts/shellcheck.sh
@@ -9,6 +9,6 @@ do
9
STATUS=1
10
fi
11
12
-done < <(find "$DIR/../" -type f -name "*.sh" -print)
+done < <(find "$DIR/../../../" -type f -name "*.sh" -print)
13
14
- exit $STATUS
+ exit $STATUS
0 commit comments