fixed: remove opm-material from data update script

This commit is contained in:
Arne Morten Kvarving 2023-03-06 12:01:52 +01:00
parent fb076a7acc
commit bd767923b3

View File

@ -276,7 +276,7 @@ else
fi
if [ -n "$CONVERT_ECL" ]
then
for dep in opm-common opm-grid opm-material opm-models
for dep in opm-common opm-grid opm-models
do
pushd $WORKSPACE/deps/$dep > /dev/null
name=`printf "%-14s" $dep`