Skip to content

Commit e3cd802

Browse files
committed
fix: state how auto resolution of buckets is turned off.
1 parent e16c0cb commit e3cd802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samcli/commands/deploy/guided_context.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def guided_prompts(self, parameter_override_keys):
183183
click.echo("\n\tLooking for resources needed for deployment:")
184184
managed_s3_bucket = manage_stack(profile=self.profile, region=region)
185185
print_managed_s3_bucket_info(managed_s3_bucket, bold=True, show_s3_bucket_option=False)
186-
click.echo("\tAuto resolution of buckets turned off by setting resolve_s3=False")
186+
click.echo("\tAuto resolution of buckets can be turned off by setting resolve_s3=False")
187187

188188
image_repositories = (
189189
sync_ecr_stack(

0 commit comments

Comments
 (0)