Skip to content

Commit 90595b9

Browse files
committed
ci: indicate ockam version to install script using environment variables
1 parent f66f045 commit 90595b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ add_to_path() {
281281
}
282282

283283
main() {
284-
local _version=""
284+
local _version="$OCKAM_VERSION"
285285
install_path="$HOME/.ockam"
286286
local _modify_path="true"
287287

0 commit comments

Comments
 (0)