Skip to content

Synstax error in socat.yml #1

Description

@godelc7

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions