Skip to content

Commit 0b8dc22

Browse files
committed
Rename WELCOME_DIR to a defined variable (oops).
1 parent c477c0e commit 0b8dc22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/rst_to_html/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929
- name: Convert to HTML and place in the build directory.
3030
shell: rst2html.py {{ SOURCE_PATH }} {{ BUILD_NAME }}
31-
chdir={{ WELCOME_DIR }}
32-
creates={{ WELCOME_DIR }}/{{ BUILD_NAME }}
31+
chdir={{ BUILD_DIR }}
32+
creates={{ BUILD_DIR }}/{{ BUILD_NAME }}
3333
sudo: yes

0 commit comments

Comments
 (0)