Skip to content

Commit

Permalink
Merge branch 'registry-fix-build-2' into 'master'
Browse files Browse the repository at this point in the history
build: typo in args

See merge request rackn/terraform-provider-drp!100
  • Loading branch information
galthaus committed Mar 21, 2023
2 parents cf9813e + 1d8a02e commit f7d4bb9
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 f7d4bb9

Please sign in to comment.