From 67732d0898e4051957e3cf67bc371845b7ba70fb Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Tue, 23 Jun 2026 10:47:10 +0200 Subject: [PATCH] fix contabilitat git url --- fava/fava.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fava/fava.yaml b/fava/fava.yaml index 365219f..af1199e 100644 --- a/fava/fava.yaml +++ b/fava/fava.yaml @@ -35,7 +35,7 @@ data: # Clone or update the repository if [ ! -d "/data/contabilitat/.git" ]; then echo "Cloning repository..." - git clone https://${GITEA_USERNAME}:${GITEA_PASSWORD}@git.rogi.casa/${GITEA_USERNAME}/contabilitat.git /data/contabilitat + git clone https://${GITEA_USERNAME}:${GITEA_PASSWORD}@git.rogi.casa/roger/contabilitat.git /data/contabilitat else echo "Repository exists, pulling latest changes..." cd /data/contabilitat