diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sisu/v4/hub.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/sisu/v4/hub.rb b/lib/sisu/v4/hub.rb index 6577f1fa..70a9fc9a 100644 --- a/lib/sisu/v4/hub.rb +++ b/lib/sisu/v4/hub.rb @@ -694,7 +694,7 @@ module SiSU          if action_on_file_ == :true \          and @opt.files.length > 0            do_loops -          @msg,@msgs="\tsisu -W [to start ruby web-server on output directory]\n",nil unless @opt.act[:quiet][:set] ==:on +          @msg,@msgs="\tsisu -W [to start ruby web-server on output directory]\n",nil if @opt.cmd =~/[vVM]/            @tell.call.print_brown if @opt.cmd =~/[uUvVM]/ unless @opt.files.join.empty?            if defined? @@env.processing_path.processing \            and @@env.user \ | 
