From 8a434baf0b971c1cb387ca2432766dca82606bd1 Mon Sep 17 00:00:00 2001 From: An Yu Date: Tue, 26 Jun 2018 20:21:11 -0700 Subject: [PATCH] remove cfcli path from output filename --- ci/tasks/extract-and-verify-translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/tasks/extract-and-verify-translations.yml b/ci/tasks/extract-and-verify-translations.yml index 367936f..2a2a57f 100644 --- a/ci/tasks/extract-and-verify-translations.yml +++ b/ci/tasks/extract-and-verify-translations.yml @@ -29,7 +29,7 @@ run: unzip ../slack-attachment/translations.zip for file in $(ls cfcli/*.json); do - jq -S --raw-output . $file > ../new-translations/$file + jq -S --raw-output . $file > ../new-translations/${file##*/} done popd