This commit is contained in:
BOHUNG 2020-01-13 16:17:45 +08:00
parent 6eabe0b3d0
commit 38f9601a2b
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 change patchfile in #{ENV['PWD']}/app/views/shared"
end
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|