fix typo %ignore
This commit is contained in:
parent
e634e538ac
commit
82e4901d7c
|
@ -79,7 +79,7 @@ if ($auto) {
|
||||||
$opts{msg} =~ s/%c/$component/;
|
$opts{msg} =~ s/%c/$component/;
|
||||||
$gitcmd = "git commit $args -m \"$opts{msg}$opts{append}\"";
|
$gitcmd = "git commit $args -m \"$opts{msg}$opts{append}\"";
|
||||||
} else {
|
} else {
|
||||||
$gitcmd = "git commit $args -m \"$opts{bug}: [$componet] $sum$opts{append} #resolve\"";
|
$gitcmd = "git commit $args -m \"$opts{bug}: [$component] $sum$opts{append} #resolve\"";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$gitcmd = "git commit $args -t /tmp/$opts{bug}.tmp";
|
$gitcmd = "git commit $args -t /tmp/$opts{bug}.tmp";
|
||||||
|
|
Loading…
Reference in New Issue