Skip to content

Commit 9e971c1

Browse files
committed
Typo
1 parent 96feb7a commit 9e971c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posit/connect/content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def create_repository(self, /, **attributes) -> ContentItemRepository:
264264
ContentItemRepository
265265
"""
266266
path = f"v1/content/{self['guid']}/repository"
267-
response = self._ctx.client.session.put(path, json=attributes)
267+
response = self._ctx.client.put(path, json=attributes)
268268
result = response.json()
269269

270270
return _ContentItemRepository(

0 commit comments

Comments
 (0)