Skip to content

Commit

Permalink
fix(cli): remove erroneous line break
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 authored and bjoerge committed Dec 12, 2023
1 parent 5d7901d commit ae868af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const telemetryStatusCommand: CliCommandDefinition = {
output.print(
`You've opted out of telemetry data collection.\nNo data will be collected from your machine.\n`,
)
output.print(`Using ${chalk.cyan('DO_NOT_TRACK')} environment variable.\n`)
output.print(`Using ${chalk.cyan('DO_NOT_TRACK')} environment variable.`)
break
case status === 'denied':
output.print(`${telemetryStatusMessage(status, context)}\n`)
Expand Down
1 change: 0 additions & 1 deletion packages/@sanity/cli/test/telemetry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ No data will be collected from your machine.
Using DO_NOT_TRACK environment variable.
Learn more here:
https://sanity.io/telemetry
"
Expand Down

0 comments on commit ae868af

Please sign in to comment.