Skip to content

Commit 1faef34

Browse files
committed
fix syntax of gcloud command, remove extra text
1 parent 4b4a844 commit 1faef34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mimic-iv/tests/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ With the account configured, we can create a key for the service, and download t
5353
**This is the only copy of the private key.** Don't lose it :)
5454

5555
```sh
56-
gcloud iam service-accounts keys create `key.json` --iam-account [email protected]
56+
gcloud iam service-accounts keys create "key.json" --iam-account [email protected]
5757
```
5858

5959
The tests will use the `key.json` file in the `tests/` folder by default, so you should now be able to run the tests!
60-
61-
(NOTE: this service account will not have access to MIMIC-IV itself. This is a TODO!).

0 commit comments

Comments
 (0)