Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected colon in cradle example. #20

Closed
philderbeast opened this issue Sep 6, 2019 · 1 comment
Closed

Unexpected colon in cradle example. #20

philderbeast opened this issue Sep 6, 2019 · 1 comment

Comments

@philderbeast
Copy link
Contributor

From the readme, trying the cradle: {stack:} example for hie.yaml I get an error with hie-core and yamllint.

https://github.com/mpickering/hie-bios/blame/master/README.md#L38

> hie-core
Starting hie-core
...
[1/6] Finding hie-bios cradle
hie-core: InvalidYaml (Just (YamlParseException {yamlProblem = "found unexpected ':'"
, yamlContext = "while scanning a plain scalar"
, yamlProblemMark = YamlMark {yamlIndex = 14, yamlLine = 0, yamlColumn = 14}}))

Trying yamllint

> cradle: {stack:}
found unexpected ':' while scanning a plain scalar at line 1 column 10
@mpickering
Copy link
Collaborator

Thanks, fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants