Skip to content

Commit 7417e7c

Browse files
committed
Fix kwarg passing to search
1 parent 957ea1a commit 7417e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ def update_app_instances(
741741
callback=sync_callback.s(
742742
version_pk=self.version.pk,
743743
commit=self.build['commit'],
744-
kwargs={'search': search},
744+
search=search,
745745
),
746746
)
747747

0 commit comments

Comments
 (0)