cloudposse/build-harness

readme/init has incorrect reference to README.yaml

JRemitz opened this issue · 2 comments

To recreate:

(main) directory $ make readme/init
cp: .../directory/build-harness/templates/README.yaml: No such file or directory
README.yaml created!

Proposed fix:

  • Remove templates/ in path from README_TEMPLATE_YAML variable.

export README_TEMPLATE_YAML := $(if $(findstring http,$(README_YAML)),$(README_YAML),$(BUILD_HARNESS_PATH)/templates/$(README_YAML))

Thank you for reporting the issue! If you haven't already joined our slack community, then we invite you to do so.

This is a great place to get help and ask questions from our AMAZING community.

Slack Community

Nuru commented

@JRemitz The README.yaml under build-harness is the source of the README.md for the build-harness repo, not a template.

@osterman Do we want to restore a README.yaml template file to the templates directory, or are we satisfied with now having a template repo that includes the template README.yaml?