diff options
Diffstat (limited to 'lib/sisu/develop/hub.rb')
-rw-r--r-- | lib/sisu/develop/hub.rb | 4 |
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 |