Skip to content

Commit

Permalink
Changed colors in terminal output
Browse files Browse the repository at this point in the history
  • Loading branch information
jared committed Apr 18, 2024
1 parent 09fec44 commit a3cadda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dens-testsuites/integration/src/lib/services.ts
Expand Up @@ -302,12 +302,12 @@ async function spawnDatabase(): Promise<Database> {

console.error(chalk.blue(`Postgres working directory:\n\t${postgresDir}`));
console.error(
chalk.blue(
`To restart Postgres execute\n\tcd ${postgresDir} && postgres -h '' -k ${postgresDir} -D ${postgresDir}`,
chalk.yellow(
`To restart Postgres execute:\n\tcd ${postgresDir} && postgres -h '' -k ${postgresDir} -D ${postgresDir}`,
),
);
console.error(
chalk.blue(
chalk.yellow(
`To connect to Postgres via psql execute:\n\tpsql -h ${postgresDir}`,
),
);
Expand Down

0 comments on commit a3cadda

Please sign in to comment.