lib/bin_install/postgres.rb in bin_install-0.0.30 vs lib/bin_install/postgres.rb in bin_install-0.0.31

- old
+ new

@@ -9,10 +9,10 @@ puts 'Installing PostgreSQL...'.white Brew::Package.install_or_upgrade!('postgresql') end def self.create_superuser(username = 'postgres') - puts 'Creating superuser postgres for postgresqlSQL...'.whtie + puts 'Creating superuser postgres for postgresqlSQL...'.white system("createuser --superuser #{username}") end def self.create_superuser!(username = 'postgres') puts 'Creating superuser postgres for PostgreSQL...'.white