From 57a5a19880639d480550c21cb0d753f51d05b67f Mon Sep 17 00:00:00 2001 From: BOHUNG Date: Sat, 8 Feb 2020 12:43:36 +0800 Subject: [PATCH] fix --- patchfile.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/patchfile.gemspec b/patchfile.gemspec index 864c50e..39c08bb 100644 --- a/patchfile.gemspec +++ b/patchfile.gemspec @@ -14,7 +14,6 @@ all_template.each do |folder| @filename = folder+'assets/stylesheets/template/base/_variables.scss' texts = File.read(@filename) check_texts.each do |check_text| - f = File.open(folder+'partial/_head.html.erb','w') if !texts.include?(check_text) puts "editing #{folder}assets/stylesheets/template/base/_variables.scss" File.open(@filename, 'a') do |file|