We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743c047 commit de7b11dCopy full SHA for de7b11d
modules/readme/Makefile
@@ -2,7 +2,7 @@ export README_LINT ?= $(TMP)/README.md
2
export README_FILE ?= README.md
3
export README_YAML ?= README.yaml
4
5
-export README_TEMPLATE_REPO_ORG ?= $(shell [ -f "$(README_YAML)" ] && dirname $$(grep '^github_repo: *' "$(README_YAML)" | cut -d: -f2))
+export README_TEMPLATE_REPO_ORG ?= $(shell [ -f "$(README_YAML)" ] && dirname $$(grep '^github_repo: *' "$(README_YAML)" | tr -d \'\" | cut -d: -f2))
6
export README_TEMPLATE_REPO ?= .github
7
export README_TEMPLATE_REPO_REF ?= main
8
export README_TEMPLATE_REPO_PATH ?= README.md.gotmpl
0 commit comments