Skip to content

Commit eaa3b11

Browse files
committed
Address comments
1 parent e606607 commit eaa3b11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/shared/sam/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,5 @@ export enum SamCliErrorTypes {
115115
DeployStackStatusMissing = 'Was not able to find a stack with the name:',
116116
DeployStackOutPutFailed = 'Failed to get outputs from stack',
117117
DeployBucketRequired = 'Templates with a size greater than 51,200 bytes must be deployed via an S3 Bucket.',
118-
NoUpdateExitCode = 'is up to date',
119-
ChangeSetEmpty = 'No changes to deploy. Stack is up to date',
118+
ChangeSetEmpty = 'is up to date',
120119
}

0 commit comments

Comments
 (0)