diff options
author | Tim Wiederhake <twiederh@redhat.com> | 2022-07-18 11:21:57 +0200 |
---|---|---|
committer | Tim Wiederhake <twiederh@redhat.com> | 2022-07-18 11:21:57 +0200 |
commit | cf2a62a8db8157cf99a736bacb9e7511de1080c8 (patch) | |
tree | 90cacb5a4770aba6bb832c00601429fdc6bfa3ca | |
parent | c996651d3ac225d951a088e68a59c91e29fb5044 (diff) | |
download | libvirt-ci-cf2a62a8db8157cf99a736bacb9e7511de1080c8.zip libvirt-ci-cf2a62a8db8157cf99a736bacb9e7511de1080c8.tar.gz libvirt-ci-cf2a62a8db8157cf99a736bacb9e7511de1080c8.tar.bz2 |
Fix typo in template
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
-rw-r--r-- | lcitool/gitlab.py | 2 | ||||
-rw-r--r-- | tests/data/manifest/out/ci/gitlab.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lcitool/gitlab.py b/lcitool/gitlab.py index 0d497c3..52d3d64 100644 --- a/lcitool/gitlab.py +++ b/lcitool/gitlab.py @@ -40,7 +40,7 @@ def docs(): # # $ git config --local alias.push-all-ctr "push -o ci.variable=RUN_ALL_CONTAINERS=1" # - # Allowing the less verbose invokation + # Allowing the less verbose invocation # # $ git push-all-ctr # diff --git a/tests/data/manifest/out/ci/gitlab.yml b/tests/data/manifest/out/ci/gitlab.yml index 8f91b57..2af5277 100644 --- a/tests/data/manifest/out/ci/gitlab.yml +++ b/tests/data/manifest/out/ci/gitlab.yml @@ -12,7 +12,7 @@ # # $ git config --local alias.push-all-ctr "push -o ci.variable=RUN_ALL_CONTAINERS=1" # -# Allowing the less verbose invokation +# Allowing the less verbose invocation # # $ git push-all-ctr # |