aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-dch
diff options
context:
space:
mode:
Diffstat (limited to 'git-dch')
-rwxr-xr-xgit-dch2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-dch b/git-dch
index 36acd18b..dc3100b8 100755
--- a/git-dch
+++ b/git-dch
@@ -251,7 +251,7 @@ def guess_snapshot_commit(cp, repo):
return sr.group('commit')
last = repo.commits(paths="debian/changelog", options=["-1"])
if last:
- print "Changelog last touched at %s" % last
+ print "Changelog last touched at '%s'" % last[0]
return last[0]