Skip to content

Commit 375f22c

Browse files
authored
Merge pull request #380 from anandhu-eng/path-str-fix
fix command generation
2 parents 1b1206c + e0eab41 commit 375f22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/pull-git-repo/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ eval ${MLC_GIT_PULL_CMD}
1414
#don't fail if there are local changes
1515
#test $? -eq 0 || exit $?
1616

17-
cd $CUR_DIR
17+
cd "$CUR_DIR"

0 commit comments

Comments
 (0)