From 906634e9ac9793110f2fd6bd6e215a66c84932cd Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Apr 2015 22:34:28 -0400 Subject: c&d: pass info needed make run better without install --- lib/sisu/develop/hub.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sisu/develop/hub.rb') diff --git a/lib/sisu/develop/hub.rb b/lib/sisu/develop/hub.rb index 1b5ac580..26a2af72 100644 --- a/lib/sisu/develop/hub.rb +++ b/lib/sisu/develop/hub.rb @@ -72,9 +72,9 @@ module SiSU error('uri NOT FOUND (LoadError)') end class HubMaster - def initialize(argv,call_path) + def initialize(argv,sisu_runtime) begin - opt=SiSU_Commandline::Options.new(argv,call_path) + opt=SiSU_Commandline::Options.new(argv,sisu_runtime) SiSU::Processing.new(opt).actions_without_files SiSU::Processing.new(opt).actions_on_files SiSU::Processing.new(opt).actions_without_files_post -- cgit v1.2.3