From 486a84f981c33fd2dcebc0328c4b823a98384032 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 14 Jul 2017 07:14:27 -0400 Subject: --no-metadata turns off appending metadata to doc * (Closes: #746742) "please implement --no-metadata similar to --no-manifest" --- lib/sisu/hub_options.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sisu/hub_options.rb') diff --git a/lib/sisu/hub_options.rb b/lib/sisu/hub_options.rb index fe371bd1..194858f7 100644 --- a/lib/sisu/hub_options.rb +++ b/lib/sisu/hub_options.rb @@ -905,7 +905,7 @@ module SiSU_Commandline else { bool: false, set: :na } end act[:metadata]=if select_arr.inspect \ - =~/"--inc-metadata"/ + =~/"--metadata"|"--inc-metadata"/ { bool: true, set: :on } elsif select_arr.inspect \ =~/"--(?:exc|no)-metadata"/ \ -- cgit v1.2.3