Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed Aug 22, 2024
1 parent 01a4eec commit 07b6cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/framework-tools/tarsync/tarsync.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { OutputManager, Stage } from './output.mjs'

export async function tarsync(
{ projectPath, verbose }: Omit<Options, 'watch'>,
triggedBy: string,
triggeredBy: string,
) {
const isTTY = process.stdout.isTTY
const verboseOutput = verbose || !isTTY
Expand All @@ -22,7 +22,7 @@ export async function tarsync(
disabled: verboseOutput,
})
outputManager.start({
triggeredBy: triggedBy ?? 'CLI invocation',
triggeredBy,
})

cd(FRAMEWORK_PATH)
Expand Down

0 comments on commit 07b6cb5

Please sign in to comment.