From 9ffce59ddb3adcfa57bf79f9a64021f74f6ac748 Mon Sep 17 00:00:00 2001 From: Nico Zanferrari Date: Mon, 27 Apr 2020 10:20:11 +0200 Subject: [PATCH] Update shell.py --- gluon/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/shell.py b/gluon/shell.py index 276473f9..20d58de3 100644 --- a/gluon/shell.py +++ b/gluon/shell.py @@ -241,7 +241,7 @@ def run( if not cron_job and not scheduler_job and \ sys.stdin and not sys.stdin.name == '/dev/null': confirm = raw_input( - 'application %s does not exist, create (y/n)?' % a) + 'application %s does not exist, create (y/N)?' % a) else: logging.warn('application does not exist and will not be created') return