hashicorp / packer-plugin-googlecompute

Packer plugin for Google Compute Builder
https://www.packer.io/docs/builders/googlecompute
Mozilla Public License 2.0
23 stars 53 forks source link

fixed missing comma #89

Closed jacobmammoliti closed 2 years ago

jacobmammoliti commented 2 years ago

Added the missing comma on line 281 causing the following error on go build:

# github.com/hashicorp/packer-plugin-googlecompute/builder/googlecompute
builder/googlecompute/driver_gce.go:281:24: syntax error: unexpected newline, expecting comma or }

Should have validated before initial PR but fixed now... go build builds successfully.