summaryrefslogtreecommitdiff
path: root/tools/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pre-commit')
-rwxr-xr-xtools/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pre-commit b/tools/pre-commit
index 3d2b009e49..4acd40b065 100755
--- a/tools/pre-commit
+++ b/tools/pre-commit
@@ -94,7 +94,7 @@ done
if [ "x$DIAMETER_FILES" != x ]
then
- ./tools/validate-diameter-xml.sh > /dev/null || exit_status=1
+ ./tools/validate-diameter-xml.sh > /dev/null || exit_status=1
fi
# If there are whitespace errors, print the offending file names and fail. (from git pre-commit.sample)