summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrepo/hooks/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/hooks/update b/repo/hooks/update
index b78e6d01..b3f28e02 100755
--- a/repo/hooks/update
+++ b/repo/hooks/update
@@ -136,7 +136,7 @@ esac
# Local customizations begin here.
#
-if [ "$oldrev" -a "$newrev"]
+if [ "$oldrev" -a "$newrev" ]
then
/gitroot/gpsd/hooks/ciabot.py ${refname} $(git rev-list ${oldrev}..${newrev} | tac)