Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit c1ea30b

Browse files
author
knrt10
committed
cli/component-delete: Fix lint
Signed-off-by: knrt10 <kautilya@kinvolk.io>
1 parent 318ac1f commit c1ea30b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/cmd/component-delete.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ func runDelete(cmd *cobra.Command, args []string) {
8282

8383
if !confirm && !askForConfirmation(confirmationMessage) {
8484
contextLogger.Info("Components deletion cancelled.")
85+
8586
return
8687
}
8788

0 commit comments

Comments
 (0)