Skip to content

Commit

Permalink
fix: default path on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreaubert committed Jan 22, 2025
1 parent 7ffebad commit e517fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi

# generate all graphs if some are missing
mkdir -p build/ray
rm -fr /tmp/ray && ln -s /home/pierre/src/spinorama/build/ray /tmp
rm -fr /tmp/ray && ln -s ~/src/spinorama/build/ray /tmp
command=$(python3 ./generate_graphs.py --dash-ip="$IP")
status=$?
if [ $status -ne 0 ]; then
Expand Down

0 comments on commit e517fd5

Please sign in to comment.