Skip to content

Commit

Permalink
Update debug log line
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Apr 12, 2024
1 parent 84d4356 commit 0d45713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export function ResizableWorkspace(props: ResizableWorkspaceProps) {
} else {
// This case should not happen
console.debug(
'Deprovisioning triggered on an invalid workflow. Ignoring.'
'Provisioning triggered on an invalid workflow. Ignoring.'
);
}
}}
Expand Down

0 comments on commit 0d45713

Please sign in to comment.