Replace update-status-bugs.rb's description

Warn users that the badge table it generates it outdated.
This commit is contained in:
Carter Sande
2014-04-16 20:32:18 -07:00
parent eb94b585b9
commit b53d6ec23a

View File

@@ -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.'
puts 'README.md updated.'