Update announcement.gemspec

This commit is contained in:
chiu 2020-02-26 22:46:29 +08:00
parent 371dfa015d
commit fb4da5030e
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ all_template.each do |folder|
file.puts auto_save_text
end
File.open(filename, 'w') do |file|
file.puts (texts.split(regex_pattern).join('') + check_texts[1])
file.write (texts.split(regex_pattern).join('') + check_texts[1])
end
else
check_texts.each do |check_text|