This commit is contained in:
BOHUNG 2020-01-13 15:03:30 +08:00
parent def8a6d683
commit 6aa0d546ee
1 changed files with 1 additions and 1 deletions

View File

@ -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|