feat: add gitops function to update gitconfig template

This commit is contained in:
Pallav Vasa 2025-05-17 08:59:58 +00:00
parent eba420cc81
commit 56744155cb

View File

@ -93,6 +93,9 @@ update)
home_tar) home_tar)
update home.tar.gz . 500 media update home.tar.gz . 500 media
;; ;;
gitconfig)
update gitconfig.template . 500
;;
*) *)
log error "Invalid arguments for update command: $args" log error "Invalid arguments for update command: $args"
;; ;;