fix error

This commit is contained in:
BOYA,CHIU 2021-08-04 13:22:33 +08:00
parent b69accacda
commit 410e4e820f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ $:.push File.expand_path("lib", __dir__)
# Maintain your gem's version:
require "ruling_bus/version"
bundle_update_flag = ARGV[0]=='update' || ARGV[0]=='install'
if true #bundle_update_flag
if bundle_update_flag
env_pwd = ENV['PWD']
app_path = File.expand_path(__dir__)
template_path = env_pwd + '/app/templates'