Skip to content
Snippets Groups Projects
Commit 06817b3c authored by Alejandro Martinez Ruiz's avatar Alejandro Martinez Ruiz Committed by Eugen Rochko
Browse files

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

parent 3ccca6ce
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment