diff options
Diffstat (limited to 'bin/common')
-rwxr-xr-x | bin/common/gt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/gt b/bin/common/gt index 477adfc..9f98c15 100755 --- a/bin/common/gt +++ b/bin/common/gt @@ -85,7 +85,7 @@ while getopts ":a:c:f:lsheu" opt; do while read -r repo remote_url; do gt-sync "$repo" "$remote_url" done <"$repos" - fi | awk -F ':' '/x$/ {print $1}' | + fi | awk -F ':' '/x$/ {print $1}' | sed "s@~@$HOME@" | if [ "$parallel" ]; then parallel gt-cmd {} pull else |