summaryrefslogtreecommitdiff
path: root/bin/git-branchmove
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-06 17:54:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-12-06 17:54:33 -0700
commit65dbb91f8f631e2a9cb923ae2bb9f579f8ddaa45 (patch)
treea5202019e3d1a5f9a410f116b683fabc00f62511 /bin/git-branchmove
parent075ee73b0300e5249c80581bc7db05302ca667f1 (diff)
downloaddotfiles-65dbb91f8f631e2a9cb923ae2bb9f579f8ddaa45.tar.gz
perltidy
Diffstat (limited to 'bin/git-branchmove')
-rwxr-xr-xbin/git-branchmove2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-branchmove b/bin/git-branchmove
index 4b1d6b55..eb05eb4c 100755
--- a/bin/git-branchmove
+++ b/bin/git-branchmove
@@ -89,7 +89,7 @@ die "git-branchmove: unknown operation\n"
unless $op eq 'get' or $op eq 'put';
# is this a named remote or a git URL? See "GIT URLS" in git-fetch(1)
-my $named_remote = not ($remote =~ m|:| or $remote =~ m|^[/.]|);
+my $named_remote = not($remote =~ m|:| or $remote =~ m|^[/.]|);
# Attempt to determine how we might be able to run commands in the
# remote repo. This will only be used if we need to try to detach the