Skip to content

Commit

Permalink
typo2
Browse files Browse the repository at this point in the history
  • Loading branch information
phbnf committed Oct 23, 2024
1 parent 08e5faf commit e468155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/live/gcp/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ sed -i 's-""-"/tmp/hammercfg/roots.pem"-g' /tmp/hammercfg/hammer.cfg
Run the SCTFE with the same roots:

```bash
cd ${STCFE_REPO}
cd ${SCTFE_REPO}
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
```

Expand Down

0 comments on commit e468155

Please sign in to comment.