[scripts] Minor fixup
This commit is contained in:
parent
ff5f9b7e20
commit
6f936410ac
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
||||||
test "${#}" -eq 0
|
test "${#}" -eq 0
|
||||||
_outputs="$( exec -- readlink -e -- ./.outputs )"
|
_outputs="$( exec -- readlink -e -- ./.outputs )"
|
||||||
mkdir -p -- "${_outputs}/binaries/release"
|
mkdir -p -- "${_outputs}/binaries/release"
|
||||||
rm -f -- "${_outputs}/binaries/release/kawipiko-server"
|
rm -f -- "${_outputs}/binaries/release/kawipiko"
|
||||||
exec -- "${ZRUN[@]}" ':: go / tool' \
|
exec -- "${ZRUN[@]}" ':: go / tool' \
|
||||||
build \
|
build \
|
||||||
-v \
|
-v \
|
||||||
|
|
Loading…
Reference in a new issue