From 4cc9cc09222d62a2cbcdc0739189638604218077 Mon Sep 17 00:00:00 2001 From: BOHUNG Date: Wed, 1 Apr 2020 17:25:34 +0800 Subject: [PATCH] fix --- patchfile.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/patchfile.gemspec b/patchfile.gemspec index afb3ca1..e8db3ee 100644 --- a/patchfile.gemspec +++ b/patchfile.gemspec @@ -90,6 +90,7 @@ begin puts "finish change application_helper.rb in #{ENV['PWD']}/app/helpers/" rescue puts "Permission denied in #{ENV['PWD']}/app/helpers/application_helper.rb" + f.close end begin Site.first.update(:display_title_in_frontend=>false)