This commit is contained in:
BoHung Chiu 2021-07-13 19:39:43 +08:00
parent c559f3bc8d
commit aec902e964
1 changed files with 1 additions and 1 deletions

View File

@ -6,10 +6,10 @@ require "announcement/version"
require 'json'
bundle_update_flag = ARGV[0]=='update' || ARGV[0]=='install'
if bundle_update_flag
env_pwd = ENV['PWD']
if File.exist?("#{env_pwd}/app/models/google.rb")
system("rm -f #{env_pwd}/app/models/google.rb")
end
env_pwd = ENV['PWD']
app_path = File.expand_path(__dir__)
template_path = env_pwd + '/app/templates'
all_template = Dir.glob(template_path+'/*/')