fmt
This commit is contained in:
parent
f2c8b994a0
commit
5307e5391c
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue