From ce70cbbd72b9b35cf7eff518653b70a49b444bc6 Mon Sep 17 00:00:00 2001 From: joshr Date: Sat, 9 Jun 2018 08:15:17 -0400 Subject: [PATCH] fix typo --- .ci/integration/tasks/prep-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/integration/tasks/prep-tests.yml b/.ci/integration/tasks/prep-tests.yml index 7adcab5b..043afe27 100644 --- a/.ci/integration/tasks/prep-tests.yml +++ b/.ci/integration/tasks/prep-tests.yml @@ -24,7 +24,7 @@ - name: Print gpg version debug: - msg: "Running test againts {{ gpg_version.stdout_lines | first | string }}." + msg: "Running test against {{ gpg_version.stdout_lines | first | string }}." changed_when: False - name: Copy git-secret src