forked from treehouse/mastodon
tasks/mastodon: fix prompt for Redis password (#7241)
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