summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo/hooks/ciabot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/hooks/ciabot.sh b/repo/hooks/ciabot.sh
index 6210f4e9..3271d39d 100755
--- a/repo/hooks/ciabot.sh
+++ b/repo/hooks/ciabot.sh
@@ -36,7 +36,7 @@ project="GPSD"
# Name of the repository.
# You can hardwire this to make the script faster.
-repo="`basename $GIT_DIR`"
+repo="`basename ${PWD}`"
# Fully qualified domain name of the repo host.
# You can hardwire this to make the script faster.