Fix missing %s in callbacks.go

This commit is contained in:
morganamilo 2018-03-23 04:42:44 +00:00
parent f018c0c200
commit 7274e7d31a
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E

View file

@ -75,7 +75,7 @@ func questionCallback(question alpm.QuestionAny) {
}
if num < 1 || num > size {
fmt.Printf(" invalid value: %d is not between %d and %d\n", red("error: "), num, 1, size)
fmt.Printf("%s invalid value: %d is not between %d and %d\n", red("error:"), num, 1, size)
continue
}