Skip to content

Commit

Permalink
fix path to json files
Browse files Browse the repository at this point in the history
  • Loading branch information
anyu committed Jun 27, 2018
1 parent 73c7943 commit b466705
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 *.json); do
for file in $(ls cfcli/*.json); do
jq -S --raw-output . $file > ../new-translations/$file
done
popd
Expand Down

0 comments on commit b466705

Please sign in to comment.