oops. forgot arg8

This commit is contained in:
Jeff Carr 2024-12-17 21:14:25 -06:00
parent 1b58d04c10
commit e36aedab0c
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ func standardStart8(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 string) strin
}
s += "%-" + fmt.Sprintf("%d", len8) + "s"
return fmt.Sprintf(s, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
return fmt.Sprintf(s, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
}
func verifyPrint(repo *gitpb.Repo) {