Skip to content

Commit

Permalink
fix spelling error (kubernetes-sigs#8342)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpratt authored Jan 3, 2022
1 parent ed3932b commit e88a277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/container-engine/cri-o/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
register: need_bootstrap_crio
when: is_ostree

- name: Install cri-o packages with osttree
- name: Install cri-o packages with ostree
command: "rpm-ostree install {{ crio_packages|join(' ') }}"
when:
- is_ostree
Expand Down

0 comments on commit e88a277

Please sign in to comment.