From c8788c9b195d813a1bf7d19652f0e6fda5fb4249 Mon Sep 17 00:00:00 2001
From: LE DURAND Matteo <matteo.le-durand@developpement-durable.gouv.fr>
Date: Thu, 3 Apr 2025 13:42:31 +0200
Subject: [PATCH] fix : mauvais nom de fichier

---
 dev/script_routine.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/script_routine.R b/dev/script_routine.R
index 9ff8df4..7b28320 100644
--- a/dev/script_routine.R
+++ b/dev/script_routine.R
@@ -9,7 +9,7 @@ setwd("T:\\datalab\\SCTE_CSD\\dataviz_gitlabr")
 source(file = "dev/github_extraire.R")
 source(file = "dev/gitlab_classique.R")
 source(file = "dev/gitlab_forge.R")
-source(file = "dev/annuaire.R")
+source(file = "dev/chargement_annuaire.R")
 
 
 source(file = "dev/deploiment_sur_dataviz.R", verbose = TRUE)
-- 
GitLab