]> cat aescling's git repositories - mastodon.git/commitdiff
tasks/mastodon: fix prompt for Redis password (#7241)
authorAlejandro Martinez Ruiz <amr@redhat.com>
Mon, 23 Apr 2018 14:03:58 +0000 (15:03 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 23 Apr 2018 14:03:58 +0000 (16:03 +0200)
lib/tasks/mastodon.rake

index b5a1483376928d3025deb287772e4b9d038bb58a..7a337845ec100d761809e17fe543cd409e32adae 100644 (file)
@@ -109,7 +109,7 @@ namespace :mastodon do
 
         env['REDIS_PASSWORD'] = prompt.ask('Redis password:') do |q|
           q.required false
-          a.default nil
+          q.default nil
           q.modify :strip
         end