diff --git a/share/updateall/commands.d/git b/share/updateall/commands.d/git index eff506a..4a2fd82 100755 --- a/share/updateall/commands.d/git +++ b/share/updateall/commands.d/git @@ -1,5 +1,5 @@ #!/bin/sh -if cd "${1:-~/Git}"; then +if cd "${1:-${HOME}/Git}"; then for repo in *; do cd "$repo" git pull