Skip to content

Commit 36c3491

Browse files
committed
Fix comand passed to make inside of the container
1 parent f4786b4 commit 36c3491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

outputs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ local-%: %.sh init_spack.sh defs.sh
4848
run:
4949
$(DOCKER) run $(DOCKER_RUN_OPTS) --rm -t \
5050
--mount type=bind,source=$(CURDIR),target=/project -w /project \
51-
${container} make local
51+
${container} "make local"
5252

5353
interactive:
5454
$(DOCKER) run $(DOCKER_RUN_OPTS) --rm -it \

0 commit comments

Comments
 (0)