Skip to content

Commit

Permalink
Merge pull request #10825 from olemarkus/kdi-fix
Browse files Browse the repository at this point in the history
Fix kdi 'must specify' error
  • Loading branch information
k8s-ci-robot authored Feb 15, 2021
2 parents 66d61f4 + 73a9ec7 commit 6169508
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

0 comments on commit 6169508

Please sign in to comment.