Skip to content

Commit b7a2285

Browse files
authored
Update shellcheck.sh
fix wrong path
1 parent 4cfff10 commit b7a2285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/commands/scripts/shellcheck.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ do
99
STATUS=1
1010
fi
1111
fi
12-
done < <(find "$DIR/../" -type f -name "*.sh" -print)
12+
done < <(find "$DIR/../../../" -type f -name "*.sh" -print)
1313

14-
exit $STATUS
14+
exit $STATUS

0 commit comments

Comments
 (0)