Skip to content

Commit

Permalink
fix: curl --silent
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Mar 23, 2024
1 parent 7f0e06e commit e4e3bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/material_map/run_material_map_validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ACTS_FILES=(
)
for file in ${ACTS_FILES[@]} ; do
if [ ! -f ${file} ] ; then
curl --location --create-dirs --output ${file} ${ACTS_URL}/${ACTS_VERSION}/${file}
curl --silent --location --create-dirs --output ${file} ${ACTS_URL}/${ACTS_VERSION}/${file}
fi
done
export PYTHONPATH=$PWD/Examples/Scripts/Python:$PYTHONPATH
Expand Down

0 comments on commit e4e3bc8

Please sign in to comment.