Skip to content

Commit 97774a0

Browse files
authored
Merge pull request #43 from takkii/develop
Update.
2 parents 0dfaf3f + 0d811ad commit 97774a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/database.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def self.encoding_style
1111
Encoding.default_external = 'UTF-8'
1212
end
1313

14-
def self.command
14+
def self.postgresql
1515
if system('git clone git@github.com:takkii/nyasocom_pg.git', exception: true)
1616
else
1717
system('git clone https://github.com:takkii/nyasocom_pg.git')
@@ -44,9 +44,9 @@ def self.run
4444
4545
EOF
4646
elsif two.match?(pt)
47-
command
47+
postgresql
4848
elsif two.match?(pg)
49-
command
49+
postgresql
5050
else
5151
puts 'No such option is found, please refer to the documentation.'
5252
end

0 commit comments

Comments
 (0)