You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/01/14 22:16:16 UTC

[airavata] 02/03: AIRAVATA-3284 Fixing typo

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch AIRAVATA-3284--Ansible--clean-up-past-built-CSS/JS-files
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit fcf2b3c9b47e698a6737d27c51db88de76169e6c
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jan 14 15:39:44 2020 -0500

    AIRAVATA-3284 Fixing typo
---
 dev-tools/ansible/roles/django/tasks/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/ansible/roles/django/tasks/main.yml b/dev-tools/ansible/roles/django/tasks/main.yml
index 9f44324..5f5ba49 100644
--- a/dev-tools/ansible/roles/django/tasks/main.yml
+++ b/dev-tools/ansible/roles/django/tasks/main.yml
@@ -108,7 +108,7 @@
     name: ansible-airavata-django-portal
   run_once: true
 
-- name: rsync build Django code to {{ airavata_django_checkout }}
+- name: rsync built Django code to {{ airavata_django_checkout }}
   synchronize:
     src: "{{ airavata_django_portal_tempdir.path }}/"
     dest: "{{ airavata_django_checkout }}"
@@ -124,7 +124,7 @@
   notify:
     - restart uwsgi
 
-- name: rsync build Django code to {{ airavata_django_checkout }}, deleting older built files
+- name: rsync built Django code to {{ airavata_django_checkout }}, deleting older built files
   synchronize:
     src: "{{ airavata_django_portal_tempdir.path }}/{{ item }}/"
     dest: "{{ airavata_django_checkout }}/{{ item }}"