Skip to content

Commit

Permalink
Merge pull request #26 from GoogleCloudPlatform/jeffmendoza-patch-1
Browse files Browse the repository at this point in the history
Fix bucket name envvar in README
  • Loading branch information
Jonathan Wayne Parrott committed May 21, 2015
2 parents b3ea84d + 1805d12 commit f778851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Google Cloud SDK installation path.
$ export PYTHONPATH=${GCLOUD}/platform/google_appengine
$ export GOOGLE_APPLICATION_CREDENTIALS=your-service-account-json-file
$ export TEST_PROJECT_ID={YOUR_PROJECT_ID}
$ export TEST_BUCKET={YOUR_BUCKET_NAME}
$ export TEST_BUCKET_NAME={YOUR_BUCKET_NAME}
$ tox

## Licensing
Expand Down

0 comments on commit f778851

Please sign in to comment.