mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
tasks/mastodon: fix prompt for Redis password (#7241)
This commit is contained in:
parent
3ccca6cece
commit
06817b3c1f
@ -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 New Issue
Block a user