Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
fix: fix non-resolvable versison in install.sh (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
phuctm97 committed Apr 26, 2020
1 parent a6333f1 commit cdc6539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ get_latest_release() {
}

# Options.
JXAX_VERSION="$(get_latest_release deskp/jxax)"
JXAX_VERSION="${$(get_latest_release deskp/jxax)/v/}"
CLI_DIR="/usr/local/bin"
SCRIPTING_LIBRARIES_DIR="$HOME/Library/Script Libraries"

Expand Down

0 comments on commit cdc6539

Please sign in to comment.