aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/develop/hub.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2015-04-06 22:34:28 -0400
committerRalph Amissah <ralph@amissah.com>2015-04-08 23:05:39 -0400
commit906634e9ac9793110f2fd6bd6e215a66c84932cd (patch)
treee45374dbe54d8d66602df0fb98cc1473fa68875e /lib/sisu/develop/hub.rb
parentc&d: se_programs for "which" i/o redirection of error message (diff)
c&d: pass info needed make run better without install
Diffstat (limited to 'lib/sisu/develop/hub.rb')
-rw-r--r--lib/sisu/develop/hub.rb4
1 files changed, 2 insertions, 2 deletions
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