Skip to content

Commit

Permalink
Update pkg/cmd/registry/artifact/crud/delete/delete.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Aug 12, 2021
1 parent d4b21bf commit 386e90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/registry/artifact/crud/delete/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func confirmDelete(opts *Options, message string) error {
}

if !shouldContinue {
return errors.New("")
return errors.New("Command stopped by user")
}
}
return nil
Expand Down

0 comments on commit 386e90b

Please sign in to comment.