Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 13, 2025
1 parent 88a96c0 commit 56b1450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/clicRec_e4h_input.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ "$2" = "--iosvc" ]; then
elif [ "$2" = "--no-iosvc" ]; then
iosvc=""
echo "Running without IO service"
file_arg="EventDataSvc.input=$1"
file_arg="--EventDataSvc.input=$1"
else
echo "Wrong argument $2"
return 1
Expand Down

0 comments on commit 56b1450

Please sign in to comment.