lib/figaro/cli/heroku_set.rb in figaro-1.1.1 vs lib/figaro/cli/heroku_set.rb in figaro-1.2.0
- old
+ new
@@ -2,10 +2,10 @@
module Figaro
class CLI < Thor
class HerokuSet < Task
def run
- system(configuration, command)
+ system(env, command)
end
private
def command