From 4d1639e5607c76cecc1c22a8061b8e21ca03c5cf Mon Sep 17 00:00:00 2001 From: Lutz Finsterle Date: Fri, 13 Mar 2026 20:32:26 +0100 Subject: [PATCH] Bug fix opentofu install --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index fbcf142..4b4a2a3 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: - name: Install OpenTofu run: | - curl -fsSL https://get.opentofu.org/install-opentofu.sh | sh -s -- --install-method=standalone --opentofu-version=${{ env.TOFU_VERSION }} + curl -fsSL https://get.opentofu.org/install-opentofu.sh | sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }} - name: Install gopass run: |