Skip to content

Commit

Permalink
fix: rename plugin also in the nightly command
Browse files Browse the repository at this point in the history
Due to outdated env variable name, nightly command did not work.
  • Loading branch information
barmac committed Oct 18, 2022
1 parent 39adff6 commit 2f18ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/command-nightly.bash
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ elif [ $(expr $(date +%s) - $(date -r $installation +%s)) -gt 86400 ]; then
install
fi

ASDF_MODELER_VERSION=nightly asdf camunda-modeler "$*"
ASDF_CAMUNDA_MODELER_VERSION=nightly asdf camunda-modeler "$*"

0 comments on commit 2f18ce4

Please sign in to comment.