Skip to content

Commit 2cc965a

Browse files
committed
fixed cli command for get_repository
1 parent a392cb4 commit 2cc965a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/_services/model_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ def get_model_contents(cls, model):
148148

149149
return cls.request_link(link, 'contents')
150150

151-
@sasctl_command('get')
152151
@classmethod
152+
@sasctl_command('get', 'repositories')
153153
def get_repository(cls, repository, refresh=False):
154154
"""Return a repository instance.
155155

0 commit comments

Comments
 (0)