Skip to content

Commit 84cb805

Browse files
authored
lsremote: fix incorrect kwarg (#9142)
1 parent bffd9f5 commit 84cb805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks/mixins.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def sync_versions(self, vcs_repository):
7878
if use_lsremote:
7979
branches, tags = vcs_repository.lsremote(
8080
include_tags=sync_tags,
81-
include_branches_data=sync_branches,
81+
include_branches=sync_branches,
8282
)
8383
else:
8484
if sync_tags:

0 commit comments

Comments
 (0)