containerize: fix concretization -> concretizer (#31594)

* containerize: fix concretization -> concretizer

* fix test
This commit is contained in:
Harmen Stoppels
2022-07-26 17:56:24 +02:00
committed by GitHub
parent a552c27f74
commit e2056377d0
3 changed files with 8 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ other techniques to minimize the size of the final image:
&& echo " specs:" \
&& echo " - gromacs+mpi" \
&& echo " - mpich" \
&& echo " concretizer: together" \
&& echo " concretizer:" \
&& echo " unify: true" \
&& echo " config:" \
&& echo " install_tree: /opt/software" \