[Reproducible-commits] [misc] 01/01: no need to escape ' inside "

Chris Lamb lamby at moszumanska.debian.org
Wed Jul 8 10:22:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository misc.

commit 9ecf5df2cac21e30688efd378c6eadc400925105
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Jul 8 11:21:54 2015 +0100

    no need to escape ' inside "
---
 clean-notes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clean-notes b/clean-notes
index 05a47f1..de7787b 100755
--- a/clean-notes
+++ b/clean-notes
@@ -436,4 +436,4 @@ if __name__ == '__main__':
     if not args.dry_run:
         write_out(notes)
     else:
-        log.info("Don\'t write out a notes.yml file, as requested (dry-run).")
+        log.info("Don't write out a notes.yml file, as requested (dry-run).")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list