FS-7989 add extra line to cut so template is satisfied

This commit is contained in:
Anthony Minessale 2015-08-20 19:16:30 -05:00
parent 51856904a2
commit 077d89c28f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if ($opts{msg} eq "edit") {
$auto = 0;
$opts{msg} = undef;
open T, ">/tmp/$opts{bug}.tmp";
print T "$opts{bug} #resolve [$sum]\n\n";
print T "$opts{bug} #resolve [$sum]\n\n---Cut this line to confirm commit.....";
close T;
}