Skip to content

Commit

Permalink
scripts: fix build-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ainar-g committed Dec 29, 2020
1 parent ecc0577 commit d11b1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make/build-release.sh
Expand Up @@ -148,7 +148,7 @@ build() {
GOOS="$os"\
VERBOSE="$(( verbose - 1 ))"\
OUT="$build_output"\
sh ./scripts/go-build.sh\
sh ./scripts/make/go-build.sh\
;

log "$build_output"
Expand Down

0 comments on commit d11b1fe

Please sign in to comment.