Fix typo - the word is "available"

Change-Id: Ic8327c9949c2a98dc0e96c3b3d177bb9aa8dc209
This commit is contained in:
Monty Taylor 2017-09-10 08:37:37 -06:00
parent 00e673c36b
commit ed7a359f67
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -6,5 +6,5 @@
when: zuul.change_url is defined when: zuul.change_url is defined
- debug: - debug:
msg: "At completion, logs for this job will be availble at "{{ zuul_log_url }}/{{ zuul_log_path }}" msg: "At completion, logs for this job will be available at "{{ zuul_log_url }}/{{ zuul_log_path }}"
when: zuul_log_url is defined and zuul_log_path is defined when: zuul_log_url is defined and zuul_log_path is defined