diff options
| author | 2014-04-12 18:35:09 +0200 | |
|---|---|---|
| committer | 2014-04-12 18:35:09 +0200 | |
| commit | df9c164a18e1b416a65222d4dfb39581cb53d49a (patch) | |
| tree | 56fe22ba2a43467bdf551655d45ac6b7300eb49d | |
| parent | f5b218e0bec2d0ebbd0eae0c9cbdcefc878ebebd (diff) | |
| download | push-remotes-master.tar.gz push-remotes-master.zip | |
| -rwxr-xr-x | push-remotes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/push-remotes b/push-remotes index 6720312..ec63a3b 100755 --- a/push-remotes +++ b/push-remotes @@ -11,7 +11,7 @@ function _git() { git --git-dir="$gitdir" "$@"; } -gitdir="$1" +gitdir=$(realpath "$1") remotes=$(_git remote) if [[ -n "$remotes" ]]; then |
