aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4/db_create.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-03-13 22:12:26 -0400
committerRalph Amissah <ralph@amissah.com>2013-03-13 22:12:26 -0400
commit7e0877dcbff51b68752286516f045b8abdb47443 (patch)
tree41905d73ed77be6e7231ddc646e26bb2b36f5c88 /lib/sisu/v4/db_create.rb
parentdebian/changelog (4.0.12-1) (diff)
parentv4: version & changelog, dates touched (diff)
Merge tag 'sisu_4.0.13' into debian/sid
SiSU 4.0.13
Diffstat (limited to 'lib/sisu/v4/db_create.rb')
-rw-r--r--lib/sisu/v4/db_create.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sisu/v4/db_create.rb b/lib/sisu/v4/db_create.rb
index a7e6c774..e5b8dc78 100644
--- a/lib/sisu/v4/db_create.rb
+++ b/lib/sisu/v4/db_create.rb
@@ -84,9 +84,9 @@ module SiSU_DbCreate
def create_db
@env=SiSU_Env::InfoEnv.new(@opt.fns)
tell=(@sql_type=='sqlite') \
- ? SiSU_Screen::Ansi.new(@opt.cmd,'invert','Create Sqlite db tables in:',%{"#{@file}"})
- : SiSU_Screen::Ansi.new(@opt.cmd,'invert','Create PG db tables in:',%{"#{Db[:name_prefix]}#{@env.path.stub_pwd}"})
- tell.colorize if @opt.cmd =~/[vVM]/
+ ? SiSU_Screen::Ansi.new(@opt.cmd,'Create SQLite db tables in:',%{"#{@file}"})
+ : SiSU_Screen::Ansi.new(@opt.cmd,'Create pgSQL db tables in:',%{"#{Db[:name_prefix]}#{@env.path.stub_pwd}"})
+ tell.dark_grey_title_hi if @opt.cmd =~/[vVM]/
SiSU_Env::SystemCall.new.create_pg_db(@env.path.stub_pwd) if @sql_type=='pg' #watch use of path.stub_pwd instead of stub
end
def output_dir?