Skip to content

Commit c9df0a4

Browse files
authored
Fix typo
1 parent a3ff097 commit c9df0a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cloud_build/specification/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- name: 'ubuntu'
33
args: ['specification/scripts/build_pdf']
44
- name: 'gcr.io/cloud-builders/gsutil'
5-
args: ['cp', '-m', 'r', 'specification/artifacts/', 'gs://dart-specification']
5+
args: ['cp', '-m', '-r', 'specification/artifacts/', 'gs://dart-specification']
66
options:
77
automapSubstitutions: true
88
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)