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

Commit 736f663

Browse files
committed
fix sample project name
1 parent e8bef90 commit 736f663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
paperspace.config.PAPERSPACE_API_KEY = '14a4bc1cbc414...'
55

6-
paperspace.jobs.runas_job({'project': 'myprojec', 'machineType': 'GPU+', 'container': 'Test-Container'})
6+
paperspace.jobs.runas_job({'project': 'myproject', 'machineType': 'GPU+', 'container': 'Test-Container'})
77

88
print(os.getcwd())
99
print('something useful')

0 commit comments

Comments
 (0)