Skip to content

Commit bf25a8c

Browse files
committed
typo
1 parent 362738c commit bf25a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/live/gcp/test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44
You'll need to have a VM running in the same GCP project that you can SSH to,
5-
with Go installed, and you favourite terminal multiplexer.
5+
with Go installed, and your favourite terminal multiplexer.
66

77
## Overview
88

@@ -111,7 +111,7 @@ cd ${STCFE_REPO}
111111
go run ./cmd/gcp/ --project_id=${GOOGLE_PROJECT} --bucket=${GOOGLE_PROJECT}-${TESSERA_BASE_NAME}-bucket --spanner_db_path=projects/${GOOGLE_PROJECT}/instances/${TESSERA_BASE_NAME}/databases/${TESSERA_BASE_NAME}-db --private_key=./testdata/ct-http-server.privkey.pem --password=dirk --roots_pem_file=/tmp/hammercfg/roots.pem --origin=${TESSERA_BASE_NAME} --spanner_dedup_db_path=projects/${GOOGLE_PROJECT}/instances/${TESSERA_BASE_NAME}/databases/${TESSERA_BASE_NAME}-dedup-db -v=3
112112
```
113113

114-
Run `ct_hammer`:
114+
Run `ct_hammer` in a different terminal:
115115

116116
```bash
117117
cd ${CTGO_REPO}

0 commit comments

Comments
 (0)