Browse Source

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

pull/4/head
Alejandro Martinez Ruiz 6 years ago
committed by Eugen Rochko
parent
commit
06817b3c1f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/tasks/mastodon.rake

+ 1
- 1
lib/tasks/mastodon.rake 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

Loading…
Cancel
Save