We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1142c commit 40006feCopy full SHA for 40006fe
readthedocs/doc_builder/director.py
@@ -214,7 +214,7 @@ def checkout(self):
214
has_ssh_key_with_write_access = self.vcs_repository.has_ssh_key_with_write_access()
215
if has_ssh_key_with_write_access != self.data.project.has_ssh_key_with_write_access:
216
self.data.api_client.project(self.data.project.pk).patch(
217
- {"ssh_key_with_write_access": has_ssh_key_with_write_access}
+ {"has_ssh_key_with_write_access": has_ssh_key_with_write_access}
218
)
219
if has_ssh_key_with_write_access:
220
self.attach_notification(
0 commit comments