aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd1ef6d5..841b6b71 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ all: upgrade
# Ignore release tag and upgrade Armband to latest change on <branch>/HEAD
.PHONY: upgrade
upgrade:
- @git fetch origin ${A_BRANCH}:${A_BRANCH}
+ @git fetch -u origin ${A_BRANCH}:${A_BRANCH}
@git checkout ${A_BRANCH}
@$(MAKE) -e submodules-clean patches-import