From 60d02b336eaf930825ca548b5849636975656f50 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 11 Oct 2019 21:43:45 +0200 Subject: Build: also use release branch for source/tools module --- build_files/utils/make_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/utils') diff --git a/build_files/utils/make_update.py b/build_files/utils/make_update.py index f845515bb3b..ec72514fdfc 100755 --- a/build_files/utils/make_update.py +++ b/build_files/utils/make_update.py @@ -161,7 +161,7 @@ def submodules_update(args, release_version, branch): ("release/scripts/addons", branch), ("release/scripts/addons_contrib", branch), ("release/datafiles/locale", branch), - ("source/tools", "master"), + ("source/tools", branch), ] # Initialize submodules only if needed. -- cgit v1.2.3