Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Dec 16, 2024
1 parent 96feb7a commit 9e971c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posit/connect/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def create_repository(self, /, **attributes) -> ContentItemRepository:
ContentItemRepository
"""
path = f"v1/content/{self['guid']}/repository"
response = self._ctx.client.session.put(path, json=attributes)
response = self._ctx.client.put(path, json=attributes)
result = response.json()

return _ContentItemRepository(
Expand Down

0 comments on commit 9e971c1

Please sign in to comment.