From: Alejandro Martinez Ruiz Date: Mon, 23 Apr 2018 14:03:58 +0000 (+0100) Subject: tasks/mastodon: fix prompt for Redis password (#7241) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=06817b3c1fdcc9c2b3484478588cc348a4a06537;p=mastodon.git tasks/mastodon: fix prompt for Redis password (#7241) --- diff --git a/lib/tasks/mastodon.rake b/lib/tasks/mastodon.rake index b5a148337..7a337845e 100644 --- a/lib/tasks/mastodon.rake +++ b/lib/tasks/mastodon.rake @@ -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