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

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

@46bit

Description

@46bit

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Inbox

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions