Skip to content

Commit

Permalink
stop expecting translation files to be nested under cfcli dir
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Viehman <tviehman@pivotal.io>
  • Loading branch information
ryantang and tjvman committed Sep 24, 2018
1 parent 1651c71 commit 9a410ba
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 @@ -28,7 +28,7 @@ run:
pushd tmpdir
unzip ../slack-attachment/translations.zip
for file in $(ls cfcli/*.json); do
for file in $(ls *.json); do
file_base=$(basename "$file")
jq -S --raw-output . $file > ../new-translations/$file_base
done
Expand Down

0 comments on commit 9a410ba

Please sign in to comment.