From ff2f342905296c4c4e4a35849a8f6a74eeaa96da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 27 Jun 2022 16:57:07 +0200 Subject: [PATCH] MOBILE-4090 scripts: Remove integration branch for local_moodlemobileapp --- scripts/update_lang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_lang.sh b/scripts/update_lang.sh index 4ba5157ed..52aee60cf 100755 --- a/scripts/update_lang.sh +++ b/scripts/update_lang.sh @@ -14,7 +14,7 @@ print_title 'Generating language from code...' npx gulp lang print_title 'Getting local mobile langs' -git clone --branch integration --depth 1 https://github.com/moodlehq/moodle-local_moodlemobileapp.git ../../moodle-local_moodlemobileapp +git clone --branch master --depth 1 https://github.com/moodlehq/moodle-local_moodlemobileapp.git ../../moodle-local_moodlemobileapp if [ -z $forceLang ]; then get_languages