summaryrefslogtreecommitdiff
path: root/contrib/ciabot/ciabot.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ciabot/ciabot.py')
-rwxr-xr-xcontrib/ciabot/ciabot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ciabot/ciabot.py b/contrib/ciabot/ciabot.py
index d0627e0..9775dff 100755
--- a/contrib/ciabot/ciabot.py
+++ b/contrib/ciabot/ciabot.py
@@ -122,7 +122,7 @@ def report(refname, merged):
branch = os.path.basename(refname)
# Compute a shortnane for the revision
- rev = do("git describe ${merged} 2>/dev/null") or merged[:12]
+ rev = do("git describe '"+ merged +"' 2>/dev/null") or merged[:12]
# Extract the neta-information for the commit
rawcommit = do("git cat-file commit " + merged)