From bc1cbfc772cff575608c3cbeccce5e31a8b1d033 Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Sat, 17 May 2025 15:10:08 +0000 Subject: [PATCH] chore: change repo for validate_command and gitconfig to workspaces --- gitops_router.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitops_router.sh b/gitops_router.sh index 9343346..96fad28 100644 --- a/gitops_router.sh +++ b/gitops_router.sh @@ -161,9 +161,9 @@ update) access) update 1 access.yml . 400 ;; ssh_router) update 0 ssh_router.sh .local/bin 500 ;; gitops_router) update 0 gitops_router.sh .local/bin 500 ;; - validate_command) update 1 validate_command_access.sh .local/bin 500 ;; + validate_command) update 0 validate_command_access.sh .local/bin 500 ;; home_tar) update 0 home.tar.gz . 500 media ;; - gitconfig) update 1 gitconfig.template . 500 ;; + gitconfig) update 0 gitconfig.template . 500 ;; *) log ERROR "update: invalid arg '${args[0]}'" ;; esac ;;