Skip to content

Commit

Permalink
Merge pull request #52 from kianmeng/fix-typo
Browse files Browse the repository at this point in the history
Fix typo, Causion -> Caution
  • Loading branch information
babarot authored Jan 28, 2025
2 parents b7f0aab + 31d05f6 commit 968294e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (c CLI) Restore() error {
allowed := func() bool {
if _, err := os.Stat(file.From); !os.IsNotExist(err) {
yes := ui.Confirm(
fmt.Sprintf("Causion! The same name already exists. Even so okay to restore? %s",
fmt.Sprintf("Caution! The same name already exists. Even so okay to restore? %s",
filepath.Base(file.From)))
if yes {
return true
Expand Down

0 comments on commit 968294e

Please sign in to comment.