From: Eric S. Raymond Date: Wed, 3 Oct 2012 08:15:50 +0000 (-0400) Subject: A small change to make the default value of the project variable work better. X-Git-Tag: 1.6~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=247ad8d7de2c96d108734478562635313a30bdaf;p=irker.git A small change to make the default value of the project variable work better. --- 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':