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.'