Skip to content

Commit

Permalink
scripts: fix wrong package path
Browse files Browse the repository at this point in the history
  • Loading branch information
cuonglm committed Oct 10, 2023
1 parent 9d2ea15 commit 79076bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ compress() {
build() {
goos=$1
goarch=$2
ldflags="-s -w -X github.com/Windscribe/ctrld/cmd/cli.version="${CI_COMMIT_TAG:-dev}" -X github.com/Windscribe/ctrld/cmd/cli.commit=$(git rev-parse HEAD)"
ldflags="-s -w -X github.com/Control-D-Inc/ctrld/cmd/cli.version="${CI_COMMIT_TAG:-dev}" -X github.com/Control-D-Inc/ctrld/cmd/cli.commit=$(git rev-parse HEAD)"

case $3 in
5 | 6 | 7)
Expand Down

0 comments on commit 79076bd

Please sign in to comment.