From 2c30372f52e19dcee6b1a24ca4808eff0bed2526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Jane=C5=BE?= Date: Fri, 17 Jan 2020 16:28:41 +0100 Subject: [PATCH] Make: Fix typo in fetch-git target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 159bd92ad84..f1df167014d 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ clean: $(clean-targets) # Fetch all the latest changes (including tags) from the canonical upstream git # repository. fetch-git: - @$(ECHO_STDERR) "Fetching the latests changes (including tags) from $(OASIS_CORE_GIT_ORIGIN_REMOTE) remote..." + @$(ECHO_STDERR) "Fetching the latest changes (including tags) from $(OASIS_CORE_GIT_ORIGIN_REMOTE) remote..." @git fetch $(OASIS_CORE_GIT_ORIGIN_REMOTE) --tags # Assemble Change log.