Skip to content

Commit 0bc1178

Browse files
committed
fix set for git with others
1 parent 0e6c964 commit 0bc1178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ case $choice in
148148
bash "gsettings.sh" "${args[@]}"
149149
bash "npm.sh" "${args[@]}"
150150
bash "dropbox.sh" "${args[@]}"
151-
bash "git.sh" "${args[0]}"
151+
bash "git.sh" "${args[@]}"
152152
;;
153153
2)
154154
bash "bash.sh" "${args[@]}"

0 commit comments

Comments
 (0)