We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e222e commit d889739Copy full SHA for d889739
lib/postgres.rb
@@ -11,7 +11,7 @@ def self.encoding_style
11
Encoding.default_external = 'UTF-8'
12
end
13
14
- def command
+ def self.command
15
if system('git clone git@github.com:takkii/nyasocom_pg.git', exception: true)
16
else
17
system('git clone https://github.com:takkii/nyasocom_pg.git')
0 commit comments