mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix typo
This commit is contained in:
committed by
Akhil Mohan
parent
c7d0f2325c
commit
df642179ba
@@ -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...");
|
||||
|
||||
Reference in New Issue
Block a user