diff --git a/modules/readme/Makefile b/modules/readme/Makefile index c58bca73..3bc22aac 100644 --- a/modules/readme/Makefile +++ b/modules/readme/Makefile @@ -14,6 +14,7 @@ export README_INCLUDES ?= $(file://$(shell pwd)/?type=text/plain) # Create the README.md.gotmpl, if none exists by fetching it from the organization's `.github` repository $(README_TEMPLATE_FILE): + @git remote get-url $(README_TEMPLATE_REPO_REMOTE_NAME) @echo GitHub Org: $(README_TEMPLATE_REPO_ORG) curl -o $@ -fsSL '$(README_TEMPLATE_REPO_URL)'