pk-deploy: set logger to fix panic

Fixes #1206

Change-Id: Ifa4ba0d0face1f4ee176cbaed483ec173e7dbbb7
This commit is contained in:
Euan Kemp 2018-08-13 09:17:06 -07:00
parent 457a636722
commit 1ca3a0443e
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ func (c *gceCmd) RunCommand(args []string) error {
depl := &gce.Deployer{
Client: hc,
Conf: instConf,
Logger: log.New(cmdmain.Stderr, "", log.Flags()),
}
inst, err := depl.Create(context.Background())
if err != nil {