Skip to content

Commit 8d67af4

Browse files
committed
typo
1 parent 33df71e commit 8d67af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/live/gcp/test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export CTGO_REPO=$(pwd)
103103
mkdir -p /tmp/hammercfg
104104
cp ${SCTFE_REPO}/testdata/hammer.cfg /tmp/hammercfg
105105
go run ./client/ctclient get-roots --log_uri=${SRC_LOG_URI} --text=false > /tmp/hammercfg/roots.pem
106-
sed -i 's-""-"/tmp/hammercfg/roots.pem-g"' /tmp/hammercfg/hammer.cfg
106+
sed -i 's-""-"/tmp/hammercfg/roots.pem"-g' /tmp/hammercfg/hammer.cfg
107107
```
108108

109109

0 commit comments

Comments
 (0)