A small change to make the default value of the project variable work better.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 3 Oct 2012 08:15:50 +0000 (04:15 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 3 Oct 2012 08:15:50 +0000 (04:15 -0400)
irkerhook.py

index 027b8957cbb849404feb9a7362943b0510af63f9..40bc1555aea0c4cbdaed45151bb0b282feb5511a 100755 (executable)
@@ -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':