fix error
This commit is contained in:
parent
b69accacda
commit
410e4e820f
|
@ -3,7 +3,7 @@ $:.push File.expand_path("lib", __dir__)
|
||||||
# Maintain your gem's version:
|
# Maintain your gem's version:
|
||||||
require "ruling_bus/version"
|
require "ruling_bus/version"
|
||||||
bundle_update_flag = ARGV[0]=='update' || ARGV[0]=='install'
|
bundle_update_flag = ARGV[0]=='update' || ARGV[0]=='install'
|
||||||
if true #bundle_update_flag
|
if bundle_update_flag
|
||||||
env_pwd = ENV['PWD']
|
env_pwd = ENV['PWD']
|
||||||
app_path = File.expand_path(__dir__)
|
app_path = File.expand_path(__dir__)
|
||||||
template_path = env_pwd + '/app/templates'
|
template_path = env_pwd + '/app/templates'
|
||||||
|
|
Loading…
Reference in New Issue