Skip to content

Commit

Permalink
Merge pull request #538 from ekampf/patch-4
Browse files Browse the repository at this point in the history
Docs: Space-separated list of scopes is deprecated. Need to use comma-seper…
  • Loading branch information
arikfr committed Aug 25, 2015
2 parents 7ea6409 + 100b9e7 commit e010054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Note that you need to launch this instance with BigQuery access:

.. code:: bash
$ gcloud compute instances create <your_instance_name> --image redash-071-b1015-bq --scopes storage-ro bigquery
$ gcloud compute instances create <your_instance_name> --image redash-071-b1015-bq --scopes storage-ro,bigquery
(the same can be done from the web interface, just make sure to enable
BigQuery access)
Expand Down

0 comments on commit e010054

Please sign in to comment.