mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 09:07:21 +01:00
Fix missing %s in callbacks.go
This commit is contained in:
parent
f018c0c200
commit
7274e7d31a
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user