Index: cros_mark_as_stable.py |
diff --git a/cros_mark_as_stable.py b/cros_mark_as_stable.py |
index 9a8706263578201ddd2a72783d47a2fe60b18d2b..9eb092cfd6b49138deed3031004cdb25e49d77fa 100755 |
--- a/cros_mark_as_stable.py |
+++ b/cros_mark_as_stable.py |
@@ -252,7 +252,7 @@ def PushChange(stable_branch, tracking_branch): |
merge_branch_name = 'merge_branch' |
for push_try in range(num_retries + 1): |
try: |
- _SimpleRunCommand('git remote update') |
+ _SimpleRunCommand('repo sync .') |
merge_branch = GitBranch(merge_branch_name, tracking_branch) |
merge_branch.CreateBranch() |
if not merge_branch.Exists(): |