From f31a07e1713005a989a7316d5e81a112910e8ccd Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Tue, 18 May 2021 20:58:37 +0200 Subject: [PATCH] Fixed typos --- scripts/helm/roles/openreplay/tasks/install-apps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helm/roles/openreplay/tasks/install-apps.yaml b/scripts/helm/roles/openreplay/tasks/install-apps.yaml index f442065ac..3e511ac19 100644 --- a/scripts/helm/roles/openreplay/tasks/install-apps.yaml +++ b/scripts/helm/roles/openreplay/tasks/install-apps.yaml @@ -9,7 +9,7 @@ executable: /bin/bash when: app_name|length > 0 tags: app -- name: Installing openreplay core applications +- name: Installing OpenReplay core applications shell: | override='' [[ -f /tmp/'{{ item|basename }}' ]] && override='-f /tmp/{{ item|basename }}' || true