Skip to content

Commit

Permalink
remove escape, not needed and breaks it
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Feb 2, 2024
1 parent 49a1171 commit b07c76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/readme/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export README_LINT ?= $(TMP)/README.md
export README_FILE ?= README.md
export README_YAML ?= README.yaml

export README_TEMPLATE_REPO_ORG ?= $(shell [ -f "$(README_YAML)" ] && dirname $$(grep '^github_repo: *' "$(README_YAML)" | tr -d \\'\\" | cut -d: -f2))
export README_TEMPLATE_REPO_ORG ?= $(shell [ -f "$(README_YAML)" ] && dirname $$(grep '^github_repo: *' "$(README_YAML)" | tr -d \'\" | cut -d: -f2))
export README_TEMPLATE_REPO ?= .github
export README_TEMPLATE_REPO_REF ?= main
export README_TEMPLATE_REPO_PATH ?= README.md.gotmpl
Expand Down

0 comments on commit b07c76e

Please sign in to comment.