From 76f7d9118b5e403a8ab000913fd4241de84f16b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Sat, 4 Dec 2021 14:49:28 +0100 Subject: [PATCH] fix test typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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