From a30da93473d6f709a4c1a797c52a3d49bc9996de Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Tue, 26 Apr 2022 10:38:26 -0500 Subject: [PATCH] lsremote: fix incorrect kwarg --- readthedocs/projects/tasks/mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/projects/tasks/mixins.py b/readthedocs/projects/tasks/mixins.py index b25c58d3555..5022d6a44ad 100644 --- a/readthedocs/projects/tasks/mixins.py +++ b/readthedocs/projects/tasks/mixins.py @@ -78,7 +78,7 @@ def sync_versions(self, vcs_repository): if use_lsremote: branches, tags = vcs_repository.lsremote( include_tags=sync_tags, - include_branches_data=sync_branches, + include_branches=sync_branches, ) else: if sync_tags: