From bac412abeb1585f2767ab447cbcd02ec87631456 Mon Sep 17 00:00:00 2001
From: Toufic Batache <taffou2a@gmail.com>
Date: Fri, 14 Apr 2023 18:03:45 +0200
Subject: [PATCH] Fixed openfisca branch

---
 example.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example.env b/example.env
index e594c89ca..9b9afe9b1 100644
--- a/example.env
+++ b/example.env
@@ -57,7 +57,7 @@ LEGAL_URL="https://legal.tricoteuses.fr/"
 # OPENID_CONNECT_ISSUER_URL="https://IDENTITY_PROVIDER/PATH/TO/REALM"
 
 # Description of OpenFisca country repository
-OPENFISCA_BRANCH="harmonisation_ui_emmanuel"
+OPENFISCA_BRANCH="master"
 OPENFISCA_GROUP="openfisca"
 OPENFISCA_PROJECT="openfisca-france"
 OPENFISCA_REPOSITORY_RAW_URL_TEMPLATE="https://raw.githubusercontent.com/${group}/${project}/${branch}/${path}"
-- 
GitLab