From b07c76ec79146463a105009439807a502ff63dc4 Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Fri, 2 Feb 2024 09:59:18 -0600 Subject: [PATCH] remove escape, not needed and breaks it --- modules/readme/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/readme/Makefile b/modules/readme/Makefile index fe1fe34e..2421a5d3 100644 --- a/modules/readme/Makefile +++ b/modules/readme/Makefile @@ -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