Skip to content

Commit

Permalink
Correcting VS Code deployment status message (#412)
Browse files Browse the repository at this point in the history
Co-authored-by: Mukul Debnath <[email protected]>
  • Loading branch information
m-debnath and Mukul Debnath authored Sep 21, 2023
1 parent efecf9c commit afb2d45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default class DeployMetadataCommand extends MetadataCommand {

private getStatusLabel(status: DeployStatus) {
if (status === 'InProgress') {
return 'In Pogress';
return 'In Progress';
} else if (status === 'SucceededPartial') {
return 'Partially Deployed';
}
Expand Down

0 comments on commit afb2d45

Please sign in to comment.