Skip to content

Commit

Permalink
Make: Fix typo in fetch-git target
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanez committed Jan 17, 2020
1 parent e695327 commit cfbfbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cfbfbb7

Please sign in to comment.