fix error
This commit is contained in:
parent
234ed6cfea
commit
a452759d07
|
@ -86,7 +86,7 @@ if bundle_update_flag
|
||||||
check_texts.each do |check_text|
|
check_texts.each do |check_text|
|
||||||
if !texts.include?(check_text)
|
if !texts.include?(check_text)
|
||||||
puts "editing #{folder}assets/stylesheets/template/base/_variables.scss"
|
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.open(filename, 'w') do |file|
|
||||||
file.write(texts)
|
file.write(texts)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue