Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 70c8562

Browse files
committed
fix missing export in cli sample
1 parent 94e6f53 commit 70c8562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/sample_bash_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# To install jq run 'sudo apt-get install jq'
55

66
# Substitute your apiKey here
7-
PAPERSPACE_API_KEY=1be4f97...
7+
export PAPERSPACE_API_KEY=1be4f97...
88

99
# List out all the templates
1010
echo "paperspace templates list"

0 commit comments

Comments
 (0)