summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-x[-rw-r--r--]build/compile-handlebars-templates.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh
index 1775f45b0fe..80e2e661f4d 100644..100755
--- a/build/compile-handlebars-templates.sh
+++ b/build/compile-handlebars-templates.sh
@@ -15,7 +15,11 @@ handlebars -n OCA.Files.FileSummary.Templates apps/files/js/filesummary.handleba
if [[ $(git diff --name-only) ]]; then
echo "Please submit your compiled handlebars templates"
+ echo
+ git diff
exit 1
fi
+
+echo "All up to date! Carry on :D"
exit 0