tasks/mastodon: fix prompt for Redis password (#7241)
This commit is contained in:
parent
52d4002f70
commit
20fcb1f5ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue