From 04d90993b22bf63c4e68a7999622214c90925814 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 18 Mar 2025 11:51:35 +0100 Subject: [PATCH] Workflow --- .github/workflows/move-to-main-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index c9e335e..b0b4762 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -139,7 +139,7 @@ jobs: echo "install file already exists in ProxmoxVE" exit 1 fi - if [[ -f "json/${script_name}.json" ]]; then + if [[ -f "frontend/public/json/${script_name}.json" ]]; then echo "json file already exists in ProxmoxVE" exit 1 fi