Fix typo: postrgres -> postgres
parent
192125264f
commit
f605db1217
|
@ -6,5 +6,5 @@ else
|
|||
lhost = %x(hostname -i)
|
||||
end
|
||||
run_single("setg LHOST #{lhost}")
|
||||
run_single("db_connect #{ENV['DATABASE_URL'].gsub('postrgres://', '')}") if ENV['DATABASE_URL']
|
||||
run_single("db_connect #{ENV['DATABASE_URL'].gsub('postgres://', '')}") if ENV['DATABASE_URL']
|
||||
</ruby>
|
||||
|
|
Loading…
Reference in New Issue