This commit is contained in:
Maidul Islam
2024-01-16 10:45:14 -05:00
committed by Akhil Mohan
parent c7d0f2325c
commit df642179ba

View File

@@ -198,7 +198,7 @@ const main = async () => {
let postgres_url = process.env.POSTGRES_DB_URL;
if (!postgres_url) {
postgres_url = prompt("Type the mongodb url: ");
postgres_url = prompt("Type the postgres url: ");
}
console.log("Checking postgres connection...");