Skip to content

Commit

Permalink
Address tidy checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Nov 22, 2017
1 parent b501c8f commit b45e4fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/ci/manifest_changed.sh
Expand Up @@ -19,7 +19,8 @@ echo "About to update manifest."
./mach test-wpt --manifest-update --binary= SKIP_TESTS

echo "Updated manifest; about to check if any changes were made to it."
echo "If a diff is present, please run `./mach update-manifest` and commit the change."
echo "If a diff is present, please run './mach update-manifest' \
and commit the change."

diff="$(git diff -- tests/*/MANIFEST.json)"
echo "${diff}"
Expand Down

0 comments on commit b45e4fe

Please sign in to comment.