Skip to content

Commit 5e29cc8

Browse files
committed
Fix whitespace
1 parent d58da3b commit 5e29cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/check-kayobe-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
- name: Checkout latest Kayobe version
5050
ansible.builtin.command:
51-
cmd: git checkout {{ kayobe_latest_version.stdout }}
51+
cmd: git checkout {{ kayobe_latest_version.stdout }}
5252
chdir: "{{ kayobe_temp_dir.path }}/kayobe-git"
5353

5454
- name: Get tag from Kayobe commit

0 commit comments

Comments
 (0)