We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43e053c + 4295eea commit 977f88cCopy full SHA for 977f88c
1 file changed
client/deis.py
@@ -753,7 +753,7 @@ def auth_cancel(self, args):
753
self._logger.info('Please log in again in order to cancel this account')
754
username = self.auth_login({'<controller>': controller})
755
if username:
756
- confirm = raw_input("Cancel account \"{}\" at {}? (y/n) ".format(username, controller))
+ confirm = raw_input("Cancel account \"{}\" at {}? (y/N) ".format(username, controller))
757
if confirm == 'y':
758
self._dispatch('delete', '/v1/auth/cancel')
759
self._settings['controller'] = None
0 commit comments