Index: tools/dartium/upload_steps.py |
diff --git a/tools/dartium/upload_steps.py b/tools/dartium/upload_steps.py |
index 8665f843928a9c3fe47c015d28ae41a09446f9df..2ab3fc8c722558f065aca2102d95e0011d2275be 100755 |
--- a/tools/dartium/upload_steps.py |
+++ b/tools/dartium/upload_steps.py |
@@ -192,7 +192,7 @@ def OldUploadFile(source, target): |
# Set ACL. |
if ACL is not None: |
- cmd = [GSUTIL, 'setacl', ACL, target] |
+ cmd = [GSUTIL, 'acl', 'set', ACL, target] |
(status, output) = ExecuteCommand(cmd) |
return status |