You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered: