chiark / gitweb /
badcommit-fixup: fix a git-
[dgit.git] / badcommit-fixup
index 2c28e51096812dce38231da8a5c23c367574a499..1fa95d5fc31009f9a2ffd22e155d3e282abe43f9 100755 (executable)
@@ -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;