upbound / up

The @upbound CLI
Apache License 2.0
49 stars 42 forks source link

Fix detach prompt to match default #473

Closed branden closed 2 months ago

branden commented 2 months ago

Description of your changes

Attempting to detach a Space without a kubeconfig that points to it (so the agent can be uninstalled) prints a warning and a prompt to proceed anyway: Continue? (Y/n). The capital Y indicates the default is to continue, but pressing Enter aborts. This PR updates the prompt to match the default.

I have:

How has this code been tested

Tested locally.