diff --git a/lib/producer/core/env.rb b/lib/producer/core/env.rb index 72bdff6..ff29627 100644 --- a/lib/producer/core/env.rb +++ b/lib/producer/core/env.rb @@ -7,8 +7,8 @@ module Producer def initialize(input: $stdin, output: $stdout, registry: {}) @input = input @output = output - @target = nil @registry = registry + @target = nil end def remote