Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Aug 18, 2024
1 parent 68e4699 commit a9881b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/io/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func GetCheckboxes(header string, opts []string) ([]string, bool, error) {
}

if len(checkboxes) == 0 {
Logger.Warn().Msg("Select values!")
ok := GetYesNo("Do you want to finish?")
if ok {
Logger.Info().Msg("Finished...")
Expand Down

0 comments on commit a9881b2

Please sign in to comment.