Skip to content

Commit

Permalink
removed visualization path from gears.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jintonic committed Dec 13, 2023
1 parent 16f5949 commit b6ad37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gears.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
# add gears directory to PATH
GEARS="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
export PATH=$GEARS/tutorials/detector/visualization:$GEARS:$PATH
export PATH=$GEARS:$PATH

0 comments on commit b6ad37c

Please sign in to comment.