mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 08:21:43 -04:00
fmt
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user