aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/db_create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v5/db_create.rb')
-rw-r--r--lib/sisu/v5/db_create.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/sisu/v5/db_create.rb b/lib/sisu/v5/db_create.rb
index 20b2d6ad..142318f5 100644
--- a/lib/sisu/v5/db_create.rb
+++ b/lib/sisu/v5/db_create.rb
@@ -87,7 +87,8 @@ module SiSU_DbCreate
tell=(@sql_type==:sqlite) \
? SiSU_Screen::Ansi.new(
@opt.act[:color_state][:set],
- 'Create SQLite db tables in:',%{"#{@file}"}
+ 'Create SQLite db tables in:',
+ %{"#{@file}"}
)
: SiSU_Screen::Ansi.new(
@opt.act[:color_state][:set],
@@ -103,7 +104,7 @@ module SiSU_DbCreate
end
def output_dir?
dir=SiSU_Env::InfoEnv.new('')
- if @opt.cmd =~/d/
+ if @opt.act[:sqlite][:set]==:on
dir.path.webserv_stub_ensure
end
end