diff --git a/readthedocs/doc_builder/director.py b/readthedocs/doc_builder/director.py index ada7d680b13..11de6c27b4f 100644 --- a/readthedocs/doc_builder/director.py +++ b/readthedocs/doc_builder/director.py @@ -214,7 +214,7 @@ def checkout(self): has_ssh_key_with_write_access = self.vcs_repository.has_ssh_key_with_write_access() if has_ssh_key_with_write_access != self.data.project.has_ssh_key_with_write_access: self.data.api_client.project(self.data.project.pk).patch( - {"ssh_key_with_write_access": has_ssh_key_with_write_access} + {"has_ssh_key_with_write_access": has_ssh_key_with_write_access} ) if has_ssh_key_with_write_access: self.attach_notification(