Skip to content

Commit

Permalink
Merge pull request #106 from rlcee/path_240615
Browse files Browse the repository at this point in the history
fix path order
  • Loading branch information
rlcee authored Jun 16, 2024
2 parents b9eaa09 + 769a84e commit f37afc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/muse
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi
# checks
#
if [ -z "$MU2E" ]; then
echo "ERROR - muse was not setup"
echo "ERROR - mu2e was not setup"
$DONE 1
fi

Expand Down
2 changes: 1 addition & 1 deletion bin/museSetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ mdropit() {
echo $1
else
if [ "$MU2E_SPACK" ]; then
echo $1:$2
echo $2:$1
else
echo $(dropit -p $1 -sfe $2)
fi
Expand Down

0 comments on commit f37afc7

Please sign in to comment.