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

Synstax error in socat.yml #1

Open
godelc7 opened this issue Sep 26, 2023 · 1 comment
Open

Synstax error in socat.yml #1

godelc7 opened this issue Sep 26, 2023 · 1 comment

Comments

@godelc7
Copy link

godelc7 commented Sep 26, 2023

Openbach installation fails due to a syntax error in externals_jobs/stable_jobs/transport/socat/files/socat.yml.

At line 80 and 92, there are colons(':') embedded in the value of description. YAML uses colon to differentiate a key from its value in a key-value pair. Embedding a colon inside the value create confusion. One should either

  • put the value inside quotation marks, e.g. description: "Alternativelly, a size to create a file from (e.g.: 3G)"
    or
  • remove the colon from the value, e.g. description: Alternativelly, a size to create a file from (e.g. 3G)
@godelc7
Copy link
Author

godelc7 commented Oct 11, 2023

Hi,

this issue has been solved here. This issue can then be close.

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

1 participant