Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Default detector version should be main
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored May 23, 2024
1 parent 688d5ff commit 18e8968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test -f .machine.ad && cat .machine.ad

# Load container environment (include ${DETECTOR_VERSION})
export DETECTOR_CONFIG_REQUESTED=${DETECTOR_CONFIG:-}
source /opt/detector/epic-${DETECTOR_VERSION:-nightly}/bin/thisepic.sh
source /opt/detector/epic-${DETECTOR_VERSION:-main}/bin/thisepic.sh
export DETECTOR_CONFIG=${DETECTOR_CONFIG_REQUESTED:-${DETECTOR_CONFIG:-$DETECTOR}}

# Argument parsing
Expand Down

0 comments on commit 18e8968

Please sign in to comment.