mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
fix typo %ignore
This commit is contained in:
@@ -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";
|
||||||
|
Reference in New Issue
Block a user