]> git.decadent.org.uk Git - dak.git/commitdiff
remove extra space in prompt [tbm]
authorJames Troup <james@nocrew.org>
Thu, 23 May 2002 12:36:03 +0000 (12:36 +0000)
committerJames Troup <james@nocrew.org>
Thu, 23 May 2002 12:36:03 +0000 (12:36 +0000)
amber

diff --git a/amber b/amber
index d2f5d56e9deab2fcec03cdeac1ef6c7c057cee9d..f92868de657714d7bdf49b64fceb62b0342eb1d5 100755 (executable)
--- a/amber
+++ b/amber
@@ -2,7 +2,7 @@
 
 # Wrapper for Debian Security team
 # Copyright (C) 2002  James Troup <james@nocrew.org>
-# $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...";