This commit is contained in:
Jie Hou 2023-09-21 02:15:26 -07:00
parent bdffac300a
commit 5b9914790c

View File

@ -295,7 +295,7 @@ var DaemonCmd = &cli.Command{
} else if userInput == "no" {
willRemoveChain = false
} else {
return fmt.Errorf("Invalid input. Please answer with 'yes' or 'no'.")
return fmt.Errorf("invalid input. please answer with 'yes' or 'no'")
}
}