summaryrefslogtreecommitdiff
path: root/bin/common/gt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/common/gt')
-rwxr-xr-xbin/common/gt5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/common/gt b/bin/common/gt
index e048912..2fb5840 100755
--- a/bin/common/gt
+++ b/bin/common/gt
@@ -102,7 +102,6 @@ while getopts ":a:c:f:lsheu" opt; do
list_repos | parallel gt-cmd {} pull
else
list_repos | xargs -I{} gt-cmd {} pull
-
fi
>&2 printf 'push:\n'
@@ -111,9 +110,9 @@ while getopts ":a:c:f:lsheu" opt; do
awk -F: '/↑/ {print $1}' |
sed "s@^~@$HOME@" |
if [ "$parallel" ]; then
- parallel gt-cmd {} push
+ parallel gt-cmd {} push
else
- xargs -I{} gt-cmd {} push
+ xargs -I{} gt-cmd {} push
fi
;;
h) help ;;