[DRE-commits] [scripts] 01/01: find-inactive-contributors: fix typo

zeha at debian.org zeha at debian.org
Wed Jun 29 20:38:43 UTC 2016


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

zeha pushed a commit to branch master
in repository scripts.

commit 53b48d58d3b92396e3ed1929b9974e8ab6a8997e
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Wed Jun 29 22:38:38 2016 +0200

    find-inactive-contributors: fix typo
---
 find-inactive-contributors | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/find-inactive-contributors b/find-inactive-contributors
index 3f7df43..082fec6 100755
--- a/find-inactive-contributors
+++ b/find-inactive-contributors
@@ -52,7 +52,7 @@ def build_data
   repos.each do |r| walk_git(r, data[:newest]) end
   puts "newest => #{data[:newest].inspect}"
   File.write(DATAFILE, JSON.generate(data))
-  puts "#{DATEFILE} has been written, run 'find-inactive-contributors info' for results."
+  puts "#{DATAFILE} has been written, run 'find-inactive-contributors info' for results."
 end
 
 def print_info

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/scripts.git



More information about the Pkg-ruby-extras-commits mailing list