mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
backportpackage: Fix slightly awkward text
This commit is contained in:
parent
3ab323805e
commit
7450a5e8bb
@ -196,7 +196,7 @@ def main(args):
|
||||
bp_version = bp_version[bp_version.find(':')+1:]
|
||||
|
||||
print 'Please check the package in file://%s carefully' % tmpdir
|
||||
prompt = 'Do you still want to upload this to %s? [Y/n]' % upload
|
||||
prompt = 'Do you want to upload this to %s? [Y/n]' % upload
|
||||
while True:
|
||||
answer = raw_input(prompt).strip().lower()
|
||||
if answer in ('', 'y', 'yes'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user