Skip to content

Commit cda2d91

Browse files
committed
Fix analytics description
1 parent b683b13 commit cda2d91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/commands/analytics.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ import { getDefaultToken, setupSdk } from '../utils/sdk'
2222
import type { CliSubcommand } from '../utils/meow-with-subcommands'
2323

2424
export const analytics: CliSubcommand = {
25-
description: `Look up analytics data \n
26-
Default parameters are set to show the organization-level analytics over the last 7 days.`,
25+
description: `Look up analytics data\n Default parameters are set to show the organization-level analytics over the last 7 days.`,
2726
async run(argv, importMeta, { parentName }) {
2827
const name = parentName + ' analytics'
2928

0 commit comments

Comments
 (0)