mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct typo
This commit is contained in:
parent
0eabf3bb99
commit
fef435cc2a
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
|
||||
- name: check for trunk
|
||||
stat: path={{ output_dir }}/svn-export/trunk
|
||||
register: expoort_trunk
|
||||
register: export_trunk
|
||||
|
||||
- name: check for branches
|
||||
stat: path={{ output_dir }}/svn-export/branches
|
||||
|
|
Loading…
Reference in a new issue