summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbadcommit-fixup2
1 files changed, 1 insertions, 1 deletions
diff --git a/badcommit-fixup b/badcommit-fixup
index 2c28e51..1fa95d5 100755
--- a/badcommit-fixup
+++ b/badcommit-fixup
@@ -105,7 +105,7 @@ sub rewrite_tag ($) {
}
$!=0; $?=0;
-my $refs=`git-for-each-ref`;
+my $refs=`git for-each-ref`;
die "$? $!" if $?;
chomp $refs;