From 9f0722dfb37963e92f5250ff9f75f023318f52e1 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 18 Dec 2010 13:11:27 -0800 Subject: [PATCH] backportpackage: You say goodbye, and I say hello. --- backportpackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backportpackage b/backportpackage index 0f011f8..f007b87 100755 --- a/backportpackage +++ b/backportpackage @@ -219,7 +219,7 @@ def do_upload(workdir, package, bp_version, upload, prompt): if prompt or upload == 'ubuntu': question = 'Do you want to upload the package to %s' % upload answer = YesNoQuestion().ask(question, "yes") - if answer != "yes": + if answer == "no": return changes_file = '%s_%s_source.changes' % (package, bp_version)