Spelling (#72)
* spelling: occurred Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: the Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --------- Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -62,8 +62,8 @@ func NewCmdDelete() *cobra.Command {
|
||||
}
|
||||
err = survey.AskOne(prompt, &choice)
|
||||
if err != nil {
|
||||
fmt.Println("Error occured while taking input from user while trying to delete cache")
|
||||
return types.HandledError{Message: "Error occured while taking input from user while trying to delete cache.", InnerError: err}
|
||||
fmt.Println("Error occurred while taking input from user while trying to delete cache")
|
||||
return types.HandledError{Message: "Error occurred while taking input from user while trying to delete cache.", InnerError: err}
|
||||
}
|
||||
|
||||
f.Confirm = choice == "Delete"
|
||||
|
||||
Reference in New Issue
Block a user