Skip to content

Commit 938f4ad

Browse files
committed
Fix(lint): Wrap long gcloud command comment to satisfy 79-character limit.
1 parent 798d5ad commit 938f4ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

optional-kubernetes-engine/config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@
8383
# You also need to make sure that the default ACL is set to public-read,
8484
# otherwise users will not be able to see their upload images:
8585
#
86-
# $ gcloud storage buckets update --predefined-default-object-acl=public-read gs://<your-bucket-name>
86+
# $ gcloud storage buckets update \
87+
# --predefined-default-object-acl=public-read \
88+
# gs://<your-bucket-name>
8789
#
8890
# You can adjust the max content length and allow extensions settings to allow
8991
# larger or more varied file types if desired.

0 commit comments

Comments
 (0)