summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-07-14 02:08:53 -0700
committerxyz <gky44px1999@gmail.com>2022-07-14 02:08:53 -0700
commit2cee4aa7be8a613139da25d104f33dadae8e4487 (patch)
tree31043f933f5c94df4d00f3b073b5edef4eb67d8a /home
parente2602331857ee41274d4b5d78bfc2f6f6923916b (diff)
refactor
Diffstat (limited to 'home')
-rwxr-xr-xhome/xyz/.local/bin/gitpu2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/gitpu b/home/xyz/.local/bin/gitpu
index fcc32be9..5453faea 100755
--- a/home/xyz/.local/bin/gitpu
+++ b/home/xyz/.local/bin/gitpu
@@ -8,7 +8,7 @@ if [ -z "$1" ]; then
git merge --no-edit master
git push
else
- for dir ; do
+ for dir; do
git -C "$dir" checkout master
git -C "$dir" pull upstream master
git -C "$dir" push