Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 071ddef

Browse files
committed
fix: reference to wrong resource in deployment help
1 parent 9f9f226 commit 071ddef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperspace/cli/deployments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def create_deployment(api_key=None, **kwargs):
100100
@click.option(
101101
"--modelId",
102102
"modelId",
103-
help="Use to filter by project ID",
103+
help="Use to filter by model ID",
104104
)
105105
@api_key_option
106106
def get_deployments_list(api_key=None, **filters):

0 commit comments

Comments
 (0)