mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
Add rubocop to our build. (#5004)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
desc "generate api key if missing, return existing if already there"
|
||||
task "api_key:get" => :environment do
|
||||
api_key = ApiKey.create_master_key
|
||||
api_key = ApiKey.create_master_key
|
||||
|
||||
puts api_key.key
|
||||
end
|
||||
|
Reference in New Issue
Block a user