Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Gutierrez committed Feb 27, 2019
1 parent 40b5c7b commit 5b7e2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/_env
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ manifestArch() {
echo ${options}
}

export VERSION=`cat /tmp/bubuntux_norvpn_version`
export VERSION=`cat "/tmp/${SOURCE_COMMIT}"`
export X86="i386 amd64"
export ARM="armv7hf aarch64" # armv5e armv6 not available in balenalib
export PATH=".:$PATH"

0 comments on commit 5b7e2ff

Please sign in to comment.