Skip to content
Snippets Groups Projects
Commit 6f118972 authored by Nick Draper's avatar Nick Draper
Browse files

Shorten commit length requirement to 10 characters

parent 5a25bd92
No related merge requests found
...@@ -66,8 +66,8 @@ msg_first() { ...@@ -66,8 +66,8 @@ msg_first() {
if test $len -eq 0; then if test $len -eq 0; then
# not yet first line # not yet first line
return return
elif test $len -lt 20; then elif test $len -lt 10; then
die 'Please make the first line at least 20 characters (yours is '$len'): die 'Please make the first line at least 10 characters (yours is '$len'):
-------------------| -------------------|
'"$line"' '"$line"'
-------------------|' -------------------|'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment