aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/zeitgeist-git.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/zeitgeist-git.py')
-rwxr-xr-xexamples/zeitgeist-git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zeitgeist-git.py b/examples/zeitgeist-git.py
index 03106e2d..ba184d6f 100755
--- a/examples/zeitgeist-git.py
+++ b/examples/zeitgeist-git.py
@@ -52,7 +52,7 @@ else:
def get_repo():
- """Get uri of remote repository and it's name"""
+ """Get uri of remote repository and its name"""
repo = None
uri = subprocess.Popen(['git', 'config', '--get', 'remote.origin.url'],
stdout=subprocess.PIPE).communicate()[0]