mirror of
https://github.com/YunoHost-Apps/ifconfig-io_ynh.git
synced 2024-09-03 20:36:27 +02:00
Update upgrade: unbound variable
This commit is contained in:
parent
124a0f085c
commit
6013bb7843
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export GOPATH="$install_dir/go"
|
||||||
export GOCACHE="$install_dir/go/.cache"
|
export GOCACHE="$install_dir/go/.cache"
|
||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
|
|
||||||
pushd "$app_path"
|
pushd "$install_dir"
|
||||||
ynh_exec_warn_less $ynh_go mod download
|
ynh_exec_warn_less $ynh_go mod download
|
||||||
ynh_exec_warn_less $ynh_go build -tags=jsoniter
|
ynh_exec_warn_less $ynh_go build -tags=jsoniter
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue