misc: updated error description

This commit is contained in:
Sheen Capadngan
2024-10-08 22:49:11 +08:00
parent e191a72ca0
commit 391c9abbb0

View File

@@ -151,7 +151,7 @@ export const executeMigration = async (url: string) => {
const dbUrl = process.env.AUDIT_LOGS_DB_CONNECTION_URI;
if (!dbUrl) {
console.error("Please provide a DB connection URL as the first argument.");
console.error("Please provide a DB connection URL to the AUDIT_LOGS_DB_CONNECTION_URI env");
process.exit(1);
}