fix error

This commit is contained in:
BOYA,CHIU 2021-08-13 12:46:36 +08:00
parent 234ed6cfea
commit a452759d07
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if bundle_update_flag
check_texts.each do |check_text|
if !texts.include?(check_text)
puts "editing #{folder}assets/stylesheets/template/base/_variables.scss"
texts = texts + check_text
texts = texts + "\n" + check_text
File.open(filename, 'w') do |file|
file.write(texts)
end