Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
rlcee committed Jan 25, 2024
1 parent 3e37d36 commit 2b68b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/museSetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ do
# add package-generated fcl (trigger) and data (gdml) paths
# assuming only certain repos generate these
TEMP=$BDIR/build/$MUSE_STUB
if [[ "$REPO" == "Offline" || "$REPO" == "mu2e_trigger_config" ]]; then
if [[ "$REPO" == "Offline" || "$REPO" == "mu2e_trig_config" ]]; then
export FHICL_FILE_PATH=$( mdropit $FHICL_FILE_PATH $TEMP )
fi
if [ "$REPO" == "Offline" ]; then
Expand Down

0 comments on commit 2b68b3f

Please sign in to comment.