Skip to content

Commit

Permalink
fix cloudbox repo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 22, 2023
1 parent e7bbcab commit 09874d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ builds:
- 7
ldflags:
- -s -w
- -X "github.com/Cloudbox/crs/build.Version={{ .Version }}"
- -X "github.com/Cloudbox/crs/build.GitCommit={{ .ShortCommit }}"
- -X "github.com/Cloudbox/crs/build.Timestamp={{ .Timestamp }}"
- -X "github.com/saltyorg/crs/build.Version={{ .Version }}"
- -X "github.com/saltyorg/crs/build.GitCommit={{ .ShortCommit }}"
- -X "github.com/saltyorg/crs/build.Timestamp={{ .Timestamp }}"
flags:
- -trimpath

Expand Down

0 comments on commit 09874d0

Please sign in to comment.