diff --git a/bin/git-gpush b/bin/git-gpush index f6e558b389d2408b356e316f9de59ac88469ac69..62833850eb3e2197eb541a25ff11efa9104519e4 100755 --- a/bin/git-gpush +++ b/bin/git-gpush @@ -165,7 +165,7 @@ sub load_aliases foreach (@gitconfigs) { if (/^gpush\.(remote|ref-from|ref-to) (\w+)/) { $self->{$1} = $2; - } elsif (/^gpush\.alias.([^ ]*) (.+)/) { + } elsif (/^gpush\.alias\.([^ ]*) (.+)/) { $self->{'aliases'}->{$1} = $2; } # else ignore }