mirror of
https://github.com/mudler/luet.git
synced 2025-09-15 14:48:55 +00:00
Minor fixup and cleanups around the new prompt feature
This commit is contained in:
@@ -43,7 +43,7 @@ func Ask() bool {
|
||||
Info("Do you want to continue with this operation? [y/N]: ")
|
||||
_, err := fmt.Scanln(&input)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
return false
|
||||
}
|
||||
input = strings.ToLower(input)
|
||||
|
||||
|
Reference in New Issue
Block a user