FS-7989 fix typo

This commit is contained in:
Anthony Minessale 2015-08-19 11:43:35 -05:00
parent f43510f243
commit 3a198d177f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ my $gitcmd;
if ($auto) {
if ($opts{msg}) {
$opts{msg} =~ s/%s/$sum/;
$opts{msg} =~ s/%b/$bug/;
$opts{msg} =~ s/%b/$opts{bug}/;
$gitcmd = "git commit $args -m \"$opts{msg}\"";
} else {
$gitcmd = "git commit $args -m \"$opts{bug} #resolve [$sum]\"";