diff --git a/Makefile b/Makefile index 1d6bff0..ccee34f 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ build: $(DOCKER) tag ${REPO}:dev ${REPO}:$(VERSION) test: - DOCKER=$(DOCKER) bash ./tests2.fish ${REPO}:$(VERSION) + DOCKER=$(DOCKER) bash ./tests2.sh ${REPO}:$(VERSION) squashed: $(DOCKER) pull debian:11