From e3a4e3fbf080ee98cf834bb13d481dcab81223af Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 6 Dec 2019 18:12:35 -0700 Subject: perltidy & var name --- bin/git-branchmove | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/git-branchmove') diff --git a/bin/git-branchmove b/bin/git-branchmove index d63a362a..156078fa 100755 --- a/bin/git-branchmove +++ b/bin/git-branchmove @@ -188,8 +188,9 @@ my @refspecs = map { "$_->{ref}:$_->{ref}" } @source_branches; my @nuke_refspecs = map { ":$_->{ref}" } @source_branches; if ($op eq 'put') { $git->push('--no-follow-tags', $remote, @refspecs); - $git->update_ref('-m', "git-branchmove: moved to $remote ($remoteurl)", - '-d', $_->{ref}, $_->{hash}) for @source_branches; + $git->update_ref('-m', "git-branchmove: moved to $remote ($rurl)", + '-d', $_->{ref}, $_->{hash}) + for @source_branches; } elsif ($op eq 'get') { $git->fetch('--no-tags', $remote, @refspecs); $git->push('--no-follow-tags', $remote, @nuke_refspecs); -- cgit v1.2.3