Skip to content

Commit

Permalink
chore(orchestrator): fixes a typo (janus-idp#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilzi authored Mar 28, 2024
1 parent 88b49df commit bc601d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class ScaffolderService {
);
} catch (err) {
this.logger.error(
`Error getting workingDirectory to execute action ${actionExecutionContext.actionId}`,
`Error getting working directory to execute action ${actionExecutionContext.actionId}`,
err,
);
throw err;
Expand Down

0 comments on commit bc601d7

Please sign in to comment.