Skip to content

Commit

Permalink
build: typo in args
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Althaus <[email protected]>
  • Loading branch information
galthaus committed Mar 21, 2023
1 parent cf9813e commit 1d8a02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ builds:
flags:
- -trimpath
ldflags:
- '-s -w -X main.owner={{if eq .GitURL "https://github.com/rackn/terraform-provider-drp"}}rackn{{else}}digitalrebar{{end}} main.version={{.Version}} -X main.commit={{.Commit}}'
- '-s -w -X main.owner={{if eq .GitURL "https://github.com/rackn/terraform-provider-drp"}}rackn{{else}}digitalrebar{{end}} -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- windows
- linux
Expand Down

0 comments on commit 1d8a02e

Please sign in to comment.