Skip to content

Commit

Permalink
Merge pull request #9863 from kbrock/fix_auth_warning
Browse files Browse the repository at this point in the history
Don't load keys when generating keys
  • Loading branch information
jrafanie committed Jul 15, 2016
2 parents 3e6879a + dd103d7 commit 0bf1bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fix_auth/fix_auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def set_passwords
end

def run
set_passwords
set_passwords unless options[:key]

generate_password if options[:key]
fix_database_yml if options[:databaseyml]
Expand Down

0 comments on commit 0bf1bc7

Please sign in to comment.