lib/packer/runner.rb in packer-config-1.6.3 vs lib/packer/runner.rb in packer-config-1.6.4
- old
+ new
@@ -42,9 +42,10 @@
status = thread.value
end
end
# rubocop:disable Style/NumericPredicate
raise CommandExecutionError.new(stderr) unless status == 0
+
stdout
# rubocop:enable Style/NumericPredicate
end
def self.exec!(*args)