Commit 298c0ffa authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Use default environment for now for packer

parent f4ea1721
...@@ -8,7 +8,7 @@ import ( ...@@ -8,7 +8,7 @@ import (
) )
func main() { func main() {
env, err := packer.NewEnvironment(nil) env, err := packer.NewEnvironment(packer.DefaultEnvironmentConfig())
if err != nil { if err != nil {
fmt.Fprintf(os.Stderr, "Packer initialization error: \n\n%s\n", err) fmt.Fprintf(os.Stderr, "Packer initialization error: \n\n%s\n", err)
os.Exit(1) os.Exit(1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment