From 635f50d7bc500004de5e51bdb5de5ebc150566d2 Mon Sep 17 00:00:00 2001 From: Chris Cowley <1736762+chriscowley@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:34:40 +0200 Subject: [PATCH] oops --- .forgejo/workflows/non-lab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/non-lab.yml b/.forgejo/workflows/non-lab.yml index 7970547..9bf7894 100644 --- a/.forgejo/workflows/non-lab.yml +++ b/.forgejo/workflows/non-lab.yml @@ -10,4 +10,4 @@ jobs: - curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh - chmod +x ./install-opentofu.sh - ./install-opentofu.sh --install-method apk - ZZ - rm -f ./install-opentofu.sh + - rm -f ./install-opentofu.sh