Skip to content

Typo: varialbes -> variables

Sergio Oller requested to merge zeehio/gitlab-runner:patch-3 into master

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