Closed mwhooker closed 7 years ago
There's an issue open against packer which seems to be a nil pointer exception on this call to Execute.
Execute
https://github.com/mitchellh/packer/issues/4390
This PR checks for an error, so we don't panic, and so that we know what went wrong.
Err, yes, this looks sensible - thanks.
There's an issue open against packer which seems to be a nil pointer exception on this call to
Execute
.https://github.com/mitchellh/packer/issues/4390
This PR checks for an error, so we don't panic, and so that we know what went wrong.