Skip to content

Commit

Permalink
remove cfcli path from output filename
Browse files Browse the repository at this point in the history
  • Loading branch information
anyu committed Jun 27, 2018
1 parent b4321d9 commit 8a434ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tasks/extract-and-verify-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a434ba

Please sign in to comment.