From aba4be91be644d3349550dfe924046acbfaa189b Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 3 Apr 2024 16:46:12 +0200 Subject: [PATCH] [setup] added office git setup script --- setup/git.personal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/git.personal.sh b/setup/git.personal.sh index 7023766..c612ad7 100755 --- a/setup/git.personal.sh +++ b/setup/git.personal.sh @@ -4,7 +4,7 @@ git_host="git.simoncor.net" git_token="" git_user="siempie" -git_repo_dir=~/Documents/"siempie" +git_repo_dir=~/Documents/git/"siempie" git_repos=( "ansible" "ansible-deployment-container"