Skip to content

Commit

Permalink
Fix kwarg passing to search
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Jan 22, 2019
1 parent 957ea1a commit 7417e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/projects/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ def update_app_instances(
callback=sync_callback.s(
version_pk=self.version.pk,
commit=self.build['commit'],
kwargs={'search': search},
search=search,
),
)

Expand Down

0 comments on commit 7417e7c

Please sign in to comment.