Skip to content

Commit

Permalink
Fix kdi 'must specify' error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Markus With committed Feb 15, 2021
1 parent 66d61f4 commit 73a9ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kops/delete_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func RunDeleteInstance(ctx context.Context, f *util.Factory, out io.Writer, opti
}

if !options.Yes {
fmt.Fprintf(out, "\nMust specify --yes to delete instancegroup\n")
fmt.Fprintf(out, "\nMust specify --yes to delete instance\n")
return nil
}

Expand Down

1 comment on commit 73a9ec7

@yurrriq
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

heh I just came here to report this

Please sign in to comment.