Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

cf push --no-start is misrendered in the instructions #19

Open
46bit opened this issue Jun 23, 2018 · 0 comments
Open

cf push --no-start is misrendered in the instructions #19

46bit opened this issue Jun 23, 2018 · 0 comments

Comments

@46bit
Copy link

46bit commented Jun 23, 2018

What

In http://zero-to-hero.engineerbetter.com/labs/state/, the --no-start flag is rendered as –no-start.

Why is this a problem

cf push doesn't complain when providing a -no-start flag. It looks like it worked... until the start fails. This confused a student and myself at a zero for hero for underrepresented groups, and it wasn't obvious because an en dash is hard to distinguish from a single normal dash.

Why is this happening

https://github.com/cloudfoundry/summit-training-classes/blob/master/basics/site/content/labs/state.md does say --no-start. Presumably Hugo or its Markdown engine is munging the -- into an en dash.

I couldn't get the lab HTML files to build so I can't submit a PR, but I wonder if a tactically-deployed backslash might fix this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Inbox
Development

No branches or pull requests

1 participant