From 56744155cbb5948b27d9080eae542897bdc82b24 Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Sat, 17 May 2025 08:59:58 +0000 Subject: [PATCH] feat: add gitops function to update gitconfig template --- gitops_router.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitops_router.sh b/gitops_router.sh index 850d38c..bb86f72 100644 --- a/gitops_router.sh +++ b/gitops_router.sh @@ -93,6 +93,9 @@ update) home_tar) update home.tar.gz . 500 media ;; + gitconfig) + update gitconfig.template . 500 + ;; *) log error "Invalid arguments for update command: $args" ;;