Skip to content

Commit

Permalink
Fix to always download the latest version of ROBOT
Browse files Browse the repository at this point in the history
  • Loading branch information
johardi committed Mar 27, 2024
1 parent 71fda2f commit ec6a36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ -e "$ENV/bin/activate" ]; then
if [ ! -e "$ENV/bin/robot" ]; then
curl https://raw.githubusercontent.com/ontodev/robot/master/bin/robot -o $ENV/bin/robot
chmod +x $ENV/bin/robot
curl -L https://github.com/ontodev/robot/releases/download/v1.9.3/robot.jar -o $ENV/bin/robot.jar
curl -L https://github.com/ontodev/robot/releases/latest/download/robot.jar -o $ENV/bin/robot.jar
fi

# Intall Relation-Graph
Expand Down

0 comments on commit ec6a36e

Please sign in to comment.