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:
@@ -14,7 +14,7 @@ This extension builds on top of [cache management](https://docs.github.com/en/ac
|
||||
|
||||
1. Install the `gh` CLI - see the [installation](https://github.com/cli/cli#installation)
|
||||
|
||||
_Installation requires a minimum version (2.0.0) of the the GitHub CLI that supports extensions._
|
||||
_Installation requires a minimum version (2.0.0) of the GitHub CLI that supports extensions._
|
||||
|
||||
2. Install this extension:
|
||||
|
||||
|
||||
@@ -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