From 5a076df30594e4de4ae92499cef5b32cfd3c40fb Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 11 Aug 2021 22:08:25 -0400 Subject: [PATCH] update-submodules: fix accidentally hardcoded branch name --- ci/update-submodules.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/update-submodules.bash b/ci/update-submodules.bash index cd94fb441..3cea29961 100755 --- a/ci/update-submodules.bash +++ b/ci/update-submodules.bash @@ -23,7 +23,7 @@ cat ci/update-submodules.manifest | while read path branch; do test "${git_root}" != "$(get_git_root)" git fetch origin "${branch}:${branch}" git checkout "${branch}" - git branch --set-upstream-to="origin/${branch}" dfhack + git branch --set-upstream-to="origin/${branch}" "${branch}" git pull --ff-only cd "${git_root}" if ! git diff --quiet --ignore-submodules=dirty -- "${path}"; then