aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/build/functions/project_sync.py
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2020-08-11 16:25:08 +1000
committerGravatar GitHub <noreply@github.com>2020-08-11 16:25:08 +1000
commitade417ba20fb52e1340a1ee06e7272fc664fbed8 (patch)
tree112b406eaf315477516cb197d795dd05c47e998f /infra/build/functions/project_sync.py
parente0a94e1a0924a1e2460f5de5abad9ee6b5acad7d (diff)
Fix typo in project_sync.py (#4296)
* Fix typo in project_sync.py * line length * format
Diffstat (limited to 'infra/build/functions/project_sync.py')
-rw-r--r--infra/build/functions/project_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/build/functions/project_sync.py b/infra/build/functions/project_sync.py
index e695a3a6..5cff6620 100644
--- a/infra/build/functions/project_sync.py
+++ b/infra/build/functions/project_sync.py
@@ -88,7 +88,7 @@ def update_scheduler(cloud_scheduler_client, project, schedule):
}
update_mask = {'schedule': schedule}
- cloud_scheduler_client.update(job, update_mask)
+ cloud_scheduler_client.update_job(job, update_mask)
# pylint: disable=too-many-branches