Skip to content

Commit d985200

Browse files
committed
chore: fix error in readme
1 parent 10b1384 commit d985200

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,13 @@ you can enable application default credentials using the sdk:
242242
Using oauth tokens you can authorize by doing this:
243243

244244
.. code:: sh
245+
245246
$ export GOOGLE_OAUTH_ACCESS_TOKEN=<your access token>
246247
247248
Or if you are logged in you can authorize by generating an access token:
248249

249250
.. code:: sh
251+
250252
$ export GOOGLE_OAUTH_ACCESS_TOKEN="$(gcloud auth print-access-token)"
251253
252254

0 commit comments

Comments
 (0)