oops. forgot arg8
This commit is contained in:
parent
1b58d04c10
commit
e36aedab0c
2
cobol.go
2
cobol.go
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue