Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed missing comma #89

Merged
merged 1 commit into from
Mar 22, 2022
Merged

fixed missing comma #89

merged 1 commit into from
Mar 22, 2022

Conversation

jacobmammoliti
Copy link
Contributor

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.

@jacobmammoliti jacobmammoliti requested a review from a team as a code owner March 22, 2022 15:28
Copy link
Contributor

@azr azr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good catch I remember seeing the tests pass, but looks like not !

@azr azr merged commit fe3e12b into hashicorp:main Mar 22, 2022
@azr azr added the tech-debt label Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants