Merge branch 'hotfix/fix-setup' into develop

This commit is contained in:
navaneeth 2021-07-06 12:13:38 +05:30
commit eb703860e4

View file

@ -1,5 +1,3 @@
# frozen_string_literal: true
#!/usr/bin/env ruby
def ensure_db_connectivity(user = ENV.fetch("PG_USER"), pass = ENV.fetch("PG_PASS"), host = ENV.fetch("PG_HOST"))