mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Fixes #125
This commit is contained in:
parent
3f09df3703
commit
ce1b09c94d
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ func continueTask(s string, def string) (cont bool) {
|
|||
}
|
||||
|
||||
var response string
|
||||
fmt.Println(boldGreenFg(arrow+" "+s), boldWhiteFg(postFix))
|
||||
fmt.Print(boldGreenFg(arrow+" "+s), boldWhiteFg(postFix))
|
||||
|
||||
n, err := fmt.Scanln(&response)
|
||||
if err != nil || n == 0 {
|
||||
|
|
Loading…
Reference in a new issue