Skip to content

Commit 3ff2608

Browse files
committed
Remove unecessary lines
1 parent 4056c7c commit 3ff2608

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/fix-git-submodule.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,5 @@ cd "${SCRIPT_PATH}/../basescript"
1717
git submodule init
1818
git submodule update
1919

20-
if [[ ! "${SCRIPT_PATH}" == "${CURRENT_PATH}" ]]; then
21-
cd - 1>/dev/null 2>/dev/null
22-
fi
23-
2420
exit 0
2521

0 commit comments

Comments
 (0)