From 7acb86143ea2d15a7255a1d305e8244ef817b91e Mon Sep 17 00:00:00 2001 From: Olof Pettersson Date: Tue, 2 Dec 2025 15:35:34 +0100 Subject: [PATCH] Remove stray backslash --- .gitea/workflows/scripts/build-with-buildah.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/scripts/build-with-buildah.sh b/.gitea/workflows/scripts/build-with-buildah.sh index 105b7f64bae..b22b46b93ea 100644 --- a/.gitea/workflows/scripts/build-with-buildah.sh +++ b/.gitea/workflows/scripts/build-with-buildah.sh @@ -52,4 +52,4 @@ buildah run \ # --- 6. CLEANUP --- echo "Build successful. Removing container..." -buildah rm --storage-driver=vfs \ "$CTR" \ No newline at end of file +buildah rm --storage-driver=vfs "$CTR" \ No newline at end of file