Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 25, 2024
1 parent 4eb3dcd commit dd7ad68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/readme/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)'

Expand Down

0 comments on commit dd7ad68

Please sign in to comment.