summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ci/ci-android-xml.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ci-android-xml.sh b/ci/ci-android-xml.sh
index e15cc3a4b3..bf3b0dc9ae 100644
--- a/ci/ci-android-xml.sh
+++ b/ci/ci-android-xml.sh
@@ -21,7 +21,7 @@ function tidy-up-android-xml {
function tidy-verify-xml {
tidy-up-android-xml
if (( $(git diff android/src/main/AndroidManifest.xml android/src/main/res/ | wc -l) > 0 )); then
- echo "android/src/main contains that were changed, XML is not formatted properly"
+ echo "android/src/main contains files that were changed, XML is not formatted properly"
git diff -- android/src/main/AndroidManifest.xml android/src/main/res
return 1;
else