From b0472bf6ddb4b0834b6648f22c9ce30a00cf9cd2 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 18 Nov 2022 08:54:35 +0100 Subject: [PATCH] bugfix: fix wrong usage of pwd command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16e1d88..82b9624 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ podman-save: ls -lh build/knowyt-$(VERSION).tar podman-run: - podman run --rm -it -p 32039:32039 -v $$(PWD)/server/data/:/data --name knowyt knowyt:$(VERSION) + podman run --rm -it -p 32039:32039 -v $$(pwd)/server/data/:/data --name knowyt knowyt:$(VERSION) podman-stop: podman stop knowyt