backportpackage: Fix slightly awkward text

This commit is contained in:
Evan Broder 2010-12-12 18:26:25 -08:00
parent 3ab323805e
commit 7450a5e8bb

View File

@ -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'):