aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/hub_actions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v5/hub_actions.rb')
-rw-r--r--lib/sisu/v5/hub_actions.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/sisu/v5/hub_actions.rb b/lib/sisu/v5/hub_actions.rb
index 869124bc..6b77830d 100644
--- a/lib/sisu/v5/hub_actions.rb
+++ b/lib/sisu/v5/hub_actions.rb
@@ -542,7 +542,7 @@ module SiSU_Hub_Actions
def manifest?
if @opt.act[:manifest][:set]==:on #% --manifest, -y
if @opt.f_pths.length > 0
- require_relative 'manifest' # manifest.rb
+ require_relative 'html_manifest' # html_manifest.rb
((@opt.act[:sisupod][:set]==:on \
|| @opt.act[:share_source][:set]==:on) \
&& @opt.f_pths.length < 2 ) \
@@ -666,7 +666,7 @@ module SiSU_Hub_Actions
|| @opt.act[:share_source][:set]==:on) \
and @opt.act[:manifest][:set]==:on #% --manifest, -y
if @opt.f_pths.length > 0
- require_relative 'manifest' # manifest.rb
+ require_relative 'html_manifest' # html_manifest.rb
begin
ensure
SiSU_Hub_Loops::OptionLoopFiles.new(@opt).
@@ -800,9 +800,9 @@ module SiSU_Hub_Actions
def manifest?
if @opt.act[:manifest][:set]==:on #% --manifest, -y
if @opt.f_pths.length > 1
- require_relative 'manifest'
+ require_relative 'html_manifest'
SiSU_Hub_Loops::OptionLoopFiles.new(@opt).manifest_on_files_translated do
- SiSU_Manifest::Source.new(@opt).read # manifest.rb
+ SiSU_Manifest::Source.new(@opt).read # html_manifest.rb
end
end
end