Skip to content

Commit eac2f7a

Browse files
author
John Doe
committed
refactor: wip
1 parent 1fd918b commit eac2f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx-plugin/src/executors/cli/executor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default async function runCliExecutor(
4848
logger.warn(`DryRun execution of: ${commandString}`);
4949
} else {
5050
try {
51-
logger.debug(`With env vars: ${loggedEnvVars}`);
51+
logger.debug(`Run CLI with env vars: ${loggedEnvVars}`);
5252
await executeProcess({
5353
command,
5454
args,

0 commit comments

Comments
 (0)