X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=amber;h=f92868de657714d7bdf49b64fceb62b0342eb1d5;hb=803efd6088af3a1dd5a8de999d34205e82d6e925;hp=d2f5d56e9deab2fcec03cdeac1ef6c7c057cee9d;hpb=5b1244957793ec103b80d2c5516e1744324806ea;p=dak.git diff --git a/amber b/amber index d2f5d56e..f92868de 100755 --- a/amber +++ b/amber @@ -2,7 +2,7 @@ # Wrapper for Debian Security team # Copyright (C) 2002 James Troup -# $Id: amber,v 1.1 2002-05-14 15:24:45 troup Exp $ +# $Id: amber,v 1.2 2002-05-23 12:36:03 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -267,7 +267,7 @@ def main(): print "Generating template advisory..."; make_advisory(advisory_number, changes_files); - answer = yes_no("Upload to ftp-master (Y/n)? "); + answer = yes_no("Upload to ftp-master (Y/n)?"); if answer == "y": upload_files = get_file_list(changes_files); print "Uploading files...";