]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Add missing newline to Confirm Password prompt.
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 4 Apr 2009 22:25:52 +0000 (18:25 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 4 Apr 2009 22:25:52 +0000 (18:25 -0400)
IkiWiki/Setup/Automator.pm
debian/changelog

index 7d9eca3afef7f929edfb8a1c4ddc1da2fc3be875..c194d34be8ed1314416a465af6f28bce829e2320 100644 (file)
@@ -117,6 +117,7 @@ sub import (@) {
                for (;;) {
                        print "Choose a password: ";
                        chomp($password=<STDIN>);
+                       print "\n";
                        print "Confirm password: ";
                        chomp($password2=<STDIN>);
 
index fab20985d20c5abf2179ffbdd06aa450ff56b7a2..7810241463ecfb99aa0cf0b24f60eb959a28fda1 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (3.10) UNRELEASED; urgency=low
+
+  * Add missing newline to Confirm Password prompt.
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 04 Apr 2009 18:25:33 -0400
+
 ikiwiki (3.09) unstable; urgency=low
 
   * inline: Add title_natural sort order, using Sort::Naturally