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

Commit

Permalink
fix missing export in cli sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sanfilip committed Jul 14, 2017
1 parent 94e6f53 commit 70c8562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/sample_bash_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# To install jq run 'sudo apt-get install jq'

# Substitute your apiKey here
PAPERSPACE_API_KEY=1be4f97...
export PAPERSPACE_API_KEY=1be4f97...

# List out all the templates
echo "paperspace templates list"
Expand Down

0 comments on commit 70c8562

Please sign in to comment.