shuffle vars forward

This commit is contained in:
Sam 2018-03-12 18:40:14 +11:00
parent 758b9a7dda
commit 8229cc2ff1
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ def usage
end
$api_key = ENV['DISCOURSE_API_KEY']
$dir = ARGV[1]
$site = ARGV[2]
$dir = ARGV[0]
$site = ARGV[1]
if !$api_key
puts "No API key found in DISCOURSE_API_KEY env var enter your API key: "