Skip to content

Commit

Permalink
Merge pull request #134 from art-daq/rrivera/typoInErrorPrintout
Browse files Browse the repository at this point in the history
fix of typo in error printout
  • Loading branch information
rrivera747 committed Dec 9, 2023
2 parents 82f3b0c + c517682 commit e797d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ots
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ ln -s $USER_WEB_PATH $WEB_PATH/UserWebPath &>/dev/null #make link, hide output
if [ "x$USER_DATA" == "x" ]; then

out "${Red}${Bold}${Blink}Fatal Error${RstClr}."
out "Environment variable ${Cyan}${Bold}USER_DATAr${RstClr} has not been setup!"
out "Environment variable ${Cyan}${Bold}USER_DATA${RstClr} has not been setup!"
out "To setup, use 'export USER_DATA=<path to user data>'"

out "(If you do not have a user data folder, copy '<path to otsdaq_demo_data repo>/Data' as your starting point.)"
Expand Down

0 comments on commit e797d18

Please sign in to comment.