tasks/mastodon: fix prompt for Redis password (#7241)

lolsob-rspec
Alejandro Martinez Ruiz 2018-04-23 15:03:58 +01:00 committed by Eugen Rochko
parent 52d4002f70
commit 20fcb1f5ae
1 changed files with 1 additions and 1 deletions

View 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