This commit is contained in:
Mitchell Hashimoto
2013-06-09 21:19:26 -07:00
parent f2c8b994a0
commit 5307e5391c
+1 -1
View File
@@ -39,7 +39,7 @@ func (e *Environment) Builder(name string) (b packer.Builder, err error) {
func (e *Environment) Cache() packer.Cache {
var reply string
if err := e.client.Call("Environment.Cache", new(interface{}), &reply); err != nil{
if err := e.client.Call("Environment.Cache", new(interface{}), &reply); err != nil {
panic(err)
}