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

Commit 0b352ab

Browse files
committed
Fix function name
1 parent 96c3075 commit 0b352ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperspace/cli/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def projects_group():
1111

1212
@projects_group.command("list", help="List projects")
1313
@common.api_key_option
14-
def delete_job(api_key):
14+
def list_projects(api_key):
1515
projects_api = client.API(config.CONFIG_HOST, api_key=api_key)
1616
command = projects_commands.ListProjectsCommand(api=projects_api)
1717
command.execute()

0 commit comments

Comments
 (0)