Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d45713

Browse files
committedApr 12, 2024·
Update debug log line
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 84d4356 commit 0d45713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎public/pages/workflow_detail/workspace/resizable_workspace.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ export function ResizableWorkspace(props: ResizableWorkspaceProps) {
370370
} else {
371371
// This case should not happen
372372
console.debug(
373-
'Deprovisioning triggered on an invalid workflow. Ignoring.'
373+
'Provisioning triggered on an invalid workflow. Ignoring.'
374374
);
375375
}
376376
}}

0 commit comments

Comments
 (0)
Please sign in to comment.