chore: change repo for validate_command and gitconfig to workspaces

This commit is contained in:
Pallav Vasa 2025-05-17 15:10:08 +00:00
parent f8b38996df
commit bc1cbfc772

View File

@ -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
;;