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

Use default environment for now for packer

parent f4ea1721
......@@ -8,7 +8,7 @@ import (
)
func main() {
env, err := packer.NewEnvironment(nil)
env, err := packer.NewEnvironment(packer.DefaultEnvironmentConfig())
if err != nil {
fmt.Fprintf(os.Stderr, "Packer initialization error: \n\n%s\n", err)
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