Commit 8697cb6f authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Get packer building again

parent e9278cc0
......@@ -3,14 +3,12 @@ package main
import (
"github.com/mitchellh/packer/packer"
"github.com/mitchellh/packer/command/build"
"fmt"
"os"
)
func main() {
envConfig := packer.DefaultEnvironmentConfig()
envConfig.Command["build"] = new(build.Command)
env, err := packer.NewEnvironment(envConfig)
if err != nil {
......
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