From bea8a137d263ae7e1c9c2fffb093cd37f060c722 Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 22 Jun 2022 16:56:13 +0200 Subject: [PATCH] Small fix to the build all script. --- misc/build-containers/podman_build_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build-containers/podman_build_all.sh b/misc/build-containers/podman_build_all.sh index 4e246bd60..909159ea4 100755 --- a/misc/build-containers/podman_build_all.sh +++ b/misc/build-containers/podman_build_all.sh @@ -222,4 +222,4 @@ if [ $error -eq 0 ]; then echo "All files are present!" fi -cd ../.. \ No newline at end of file +cd .. \ No newline at end of file