Skip to content

Commit 299eea2

Browse files
authored
Removed redundant closing brackets
1 parent 4518be9 commit 299eea2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ And just run the client.go with a new token:
128128
```
129129
certificates $ export STEPPATH=examples/pki
130130
certificates $ export STEP_CA_URL=https://localhost:9000
131-
certificates $ go run examples/basic-client/client.go $(step ca new-token client.smallstep.com))
131+
certificates $ go run examples/basic-client/client.go $(step ca new-token client.smallstep.com)
132132
```
133133

134134
## Bootstrap Client & Server
@@ -151,7 +151,7 @@ provisioner password:
151151
```
152152
certificates $ export STEPPATH=examples/pki
153153
certificates $ export STEP_CA_URL=https://localhost:9000
154-
certificates $ go run examples/bootstrap-server/server.go $(step ca new-token localhost))
154+
certificates $ go run examples/bootstrap-server/server.go $(step ca new-token localhost)
155155
✔ Key ID: DmAtZt2EhmZr_iTJJ387fr4Md2NbzMXGdXQNW1UWPXk (mariano@smallstep.com)
156156
Please enter the password to decrypt the provisioner key:
157157
Listening on :8443 ...
@@ -224,4 +224,4 @@ sure the certificate changes after 74-80 seconds.
224224

225225
```
226226
certificates $ step certificate inspect --insecure https://localhost:8443
227-
```
227+
```

0 commit comments

Comments
 (0)