summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/gitpu
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.local/bin/gitpu')
-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