mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
fixed #584 log golang version in debug output
This commit is contained in:
parent
832b4408a5
commit
ee7a6a22b3
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ func wrappedMain() int {
|
|||
"Packer Version: %s %s %s",
|
||||
packer.Version, packer.VersionPrerelease, packer.GitCommit)
|
||||
log.Printf("Packer Target OS/Arch: %s %s", runtime.GOOS, runtime.GOARCH)
|
||||
log.Printf("Built with Go Version: %s", runtime.Version())
|
||||
|
||||
// Prepare stdin for plugin usage by switching it to a pipe
|
||||
setupStdin()
|
||||
|
|
|
|||
Loading…
Reference in a new issue