Skip to content

Commit

Permalink
fix: check nightly age on executable
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Oct 18, 2022
1 parent 3710aab commit 39adff6
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 @@ -21,7 +21,7 @@ get_installation() {
installation="$(asdf where camunda-modeler nightly)"

if [ $? == 0 ]; then
echo $installation
echo "$installation/$(executable)"
else
echo "failed"
fi
Expand Down

0 comments on commit 39adff6

Please sign in to comment.