Fix typo: postrgres -> postgres

bug/bundler_fix
Ilya Glotov 2017-05-17 16:17:53 +03:00
parent 192125264f
commit f605db1217
No known key found for this signature in database
GPG Key ID: AE18CC224730A36D
1 changed files with 1 additions and 1 deletions

View File

@ -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>