mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 09:27:29 -05:00
Replace update-status-bugs.rb's description
Warn users that the badge table it generates it outdated.
This commit is contained in:
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user