1
0
Fork 0
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:
Toshio Kuratomi 2015-01-28 22:04:10 -08:00
parent 0eabf3bb99
commit fef435cc2a

View file

@ -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