Skip to content

Commit 16a94a3

Browse files
committed
Add spacing
1 parent 1ecf550 commit 16a94a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ react_app_name: "{{ react_system_user }}"
2323
react_codebase_path: "{{ react_system_user_home }}/app"
2424
react_versioned_path: "{{ react_codebase_path }}-versioned"
2525
react_checkout_path: "{{ react_versioned_path }}/{{ ansible_date_time['epoch'] }}"
26-
react_app_path: "{{react_checkout_path}}"
26+
react_app_path: "{{ react_checkout_path }}"
2727
react_log_path: "/var/log/{{ react_app_name }}"
2828

2929
# app settings

0 commit comments

Comments
 (0)