From b53d6ec23aac3dffda58708def820f3f81e7d9c3 Mon Sep 17 00:00:00 2001 From: Carter Sande Date: Wed, 16 Apr 2014 20:32:18 -0700 Subject: [PATCH] Replace update-status-bugs.rb's description Warn users that the badge table it generates it outdated. --- support/update-status-bugs.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/support/update-status-bugs.rb b/support/update-status-bugs.rb index 55398192..5ceedbff 100755 --- a/support/update-status-bugs.rb +++ b/support/update-status-bugs.rb @@ -1,10 +1,7 @@ #!/usr/bin/env ruby ## -# Run this file from the command line to update the list of members prior to committing. -# ANYTHING below these images in the README.md file will be truncated! It will be project -# policy to ensure this is the last block of content in the README file, but you should check -# before running this to make sure you're not deleting something. +# WARNING: This file adds an old version of the badge table to the README. Don't use it. # # USAGE: # contact-congress/support~$ ./update-status-bugs.png @@ -40,4 +37,4 @@ readme = readme.sub(/\n\n### Member Status Log.*/m, membermd) readme += membermd unless readme =~ /### Member Status/m File.open('../README.md', 'w+') {|f| f << readme } -puts 'README.md updated.' \ No newline at end of file +puts 'README.md updated.'