[go: up one dir, main page]

Typo: varialbes -> variables

What does this MR do?

Fix spelling typo "varialbes" in gitlab-runner register --help

From:

--kubernetes-pod-annotations value A toml table/json object of key-value. Value is expected to be a string. When set, this will create pods with the given annotations. Can be overwritten in build with KUBERNETES_POD_ANNOTATIONS_* varialbes (default: "{}")

To:

--kubernetes-pod-annotations value A toml table/json object of key-value. Value is expected to be a string. When set, this will create pods with the given annotations. Can be overwritten in build with KUBERNETES_POD_ANNOTATIONS_* variables (default: "{}")

Merge request reports

Loading