Skip to content

Commit

Permalink
Minor fix in osx script
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Aug 28, 2024
1 parent 68f94f2 commit 11b33a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ $CLEAN -ne 0 ]; then
echo "-- Cleaning.."
# Remove previous attempts
sudo rm -rf /opt/magnum
# rm -rf /opt/dart
sudo rm -rf /opt/dart
sudo rm -rf /opt/robot_dart
fi

Expand Down

0 comments on commit 11b33a0

Please sign in to comment.