From 8697cb6f6adebd89331cd44baf074bb1ccfe4436 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 7 May 2013 11:09:36 -0700 Subject: [PATCH] Get packer building again --- packer.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/packer.go b/packer.go index 6dcec8153..bb2b6da8a 100644 --- a/packer.go +++ b/packer.go @@ -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 {