mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 16:31:48 -04:00
Properly defer a client cleanup in case of a pnic
This commit is contained in:
@@ -5,6 +5,7 @@ import "github.com/mitchellh/packer/packer"
|
||||
type Command byte
|
||||
|
||||
func (Command) Run(env packer.Environment, arg []string) int {
|
||||
env.Ui().Say("YO!")
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user