This commit is contained in:
Mitchell Hashimoto 2013-06-09 21:19:26 -07:00
parent f2c8b994a0
commit 5307e5391c
1 changed files with 1 additions and 1 deletions

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)
}