From 3074e88963c991af3d710fcba3d04e4aea2a7add Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 21 Apr 2024 02:15:38 -0400 Subject: [PATCH] #10 Updated client setup test action - Removed comment and fixed name typo --- .gitea/workflows/DRBv3-Client_Setup_tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/DRBv3-Client_Setup_tests.yaml b/.gitea/workflows/DRBv3-Client_Setup_tests.yaml index 20ae0cc..404d65d 100644 --- a/.gitea/workflows/DRBv3-Client_Setup_tests.yaml +++ b/.gitea/workflows/DRBv3-Client_Setup_tests.yaml @@ -23,5 +23,4 @@ jobs: - name: Test setup script working-directory: "./client" run: | - # Run the setup script with sudo - sudo bash setup_script.sh \ No newline at end of file + sudo bash setup.sh \ No newline at end of file