From 6aa0d546eea2b900191f0a824a67f906308c1f45 Mon Sep 17 00:00:00 2001 From: BOHUNG Date: Mon, 13 Jan 2020 15:03:30 +0800 Subject: [PATCH] fix --- patchfile.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchfile.gemspec b/patchfile.gemspec index ed45960..c614cef 100644 --- a/patchfile.gemspec +++ b/patchfile.gemspec @@ -27,7 +27,7 @@ Dir.chdir(ENV['PWD']+'/app/views/shared') do f = File.open('_side_bar.html.erb','w') f.write(@file_text) f.close - puts 'finish cahnge patchfile in #{ENV['PWD']}/app/views/shared' + puts "finish cahnge patchfile in #{ENV['PWD']}/app/views/shared" end # Describe your gem and declare its dependencies: Gem::Specification.new do |s|