aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/hub_options.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-10-12 10:26:15 -0400
committerRalph Amissah <ralph@amissah.com>2014-10-12 10:26:15 -0400
commit1f0232a256c2b64404d4be85af29c1bf9bde3bce (patch)
tree7ebbee01da1a3b9e45c11cb5d119d5397e8744ea /lib/sisu/v6/hub_options.rb
parentv5 v6: db, --maintenance sql, separated out postgresql & sqlite (diff)
v5 v6: bin/sisu, hub, urls --maintenance, fix
Diffstat (limited to 'lib/sisu/v6/hub_options.rb')
-rw-r--r--lib/sisu/v6/hub_options.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v6/hub_options.rb b/lib/sisu/v6/hub_options.rb
index f8085c6c..fb58f396 100644
--- a/lib/sisu/v6/hub_options.rb
+++ b/lib/sisu/v6/hub_options.rb
@@ -1384,7 +1384,7 @@ module SiSU_Commandline
=~/"--harvest/
{ bool: false, set: :off }
elsif select_arr.inspect \
- =~/"--verbose"/
+ =~/"--verbose"|"--maintenance"/
{ bool: true, set: :on }
else
{ bool: false, set: :na }