DEV: correct rake task used to grab admin key

We amended it so "api_key:get" is no longer supported and instead we are
more explicit. This matches that change and fixes the bench.
This commit is contained in:
Sam Saffron 2019-11-11 10:23:14 +11:00
parent b68eab2b46
commit bf0ef73286
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ puts "Populating Profile DB"
run("bundle exec ruby script/profile_db_generator.rb")
puts "Getting api key"
api_key = `bundle exec rake api_key:get`.split("\n")[-1]
api_key = `bundle exec rake api_key:get_or_create_master[bench]`.split("\n")[-1]
def bench(path, name)
puts "Running apache bench warmup"