Fix typo causing misinformation
This commit is contained in:
parent
06abe8cbc7
commit
87ab1f104d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ while (<$commitfile>) {
|
||||||
}
|
}
|
||||||
|
|
||||||
err "Should be empty" if $lineno == 2 && /.+/;
|
err "Should be empty" if $lineno == 2 && /.+/;
|
||||||
err "Longer than 80 characters" if /^.{73,}/;
|
err "Longer than 72 characters" if /^.{73,}/;
|
||||||
}
|
}
|
||||||
|
|
||||||
close $commitfile;
|
close $commitfile;
|
||||||
|
|
Loading…
Reference in a new issue