fix error

This commit is contained in:
chiu 2020-08-14 22:29:42 +08:00
parent 35ac66dc06
commit 8a17ba3219
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)
require "calendar/version"
dir_pwd = ENV['PWD']
template_path = dir_pwd + '/app/templates'
app_path = File.expand_path(__dir__)
all_template = Dir.glob(template_path+'/*/')
puts 'copying calendar module'