Skip to content

Commit

Permalink
Fixes #1413
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Jan 27, 2020
1 parent 0ad71ec commit 6aca318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/prisma2/src/CLI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class CLI implements Command {

// static help template
private static help = format(`
${chalk.bold.green('◭')} Prisma is a modern DB toolkit to query, migrate and model your database (${link('https://prisma.io')})
${process.platform === "win32" ? '' : chalk.bold.green('◭ ')}Prisma is a modern DB toolkit to query, migrate and model your database (${link('https://prisma.io')})
${chalk.bold('Usage')}
Expand Down Expand Up @@ -106,7 +106,7 @@ export class CLI implements Command {

// static help template
private static experimentalHelp = format(`
${chalk.bold.green('◭')} Prisma is a modern DB toolkit to query, migrate and model your database (${link('https://prisma.io')})
${process.platform === "win32" ? '' : chalk.bold.green('◭ ')}Prisma is a modern DB toolkit to query, migrate and model your database (${link('https://prisma.io')})
${chalk.bold('Usage')}
Expand Down

0 comments on commit 6aca318

Please sign in to comment.