From 247ad8d7de2c96d108734478562635313a30bdaf Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" <esr@thyrsus.com>
Date: Wed, 3 Oct 2012 04:15:50 -0400
Subject: [PATCH] A small change to make the default value of the project
 variable work better.

---
 irkerhook.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/irkerhook.py b/irkerhook.py
index 027b895..40bc155 100755
--- a/irkerhook.py
+++ b/irkerhook.py
@@ -401,7 +401,7 @@ def ship(extractor, commit, debug):
 
 if __name__ == "__main__":
     notify = True
-    repository = "."
+    repository = os.getcwd()
     commits = []
     for arg in sys.argv[1:]:
         if arg == '-n':
-- 
2.26.2