Skip to content

Commit 71a86d9

Browse files
committed
fix(README): remove extraneous `
There was a typo in the instructions.
1 parent 45cb3fb commit 71a86d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ vagrant up
4545

4646
This instructs Vagrant to spin up each VM. To be able to connect to the VMs, you must add your Vagrant-generated SSH key to the ssh-agent (fleetctl tunnel requires the agent to have this key):
4747
```console
48-
$ ssh-add ~/.vagrant.d/insecure_private_key`
48+
$ ssh-add ~/.vagrant.d/insecure_private_key
4949
```
5050

5151
Export some environment variables so you can connect to the VM using the `docker` and `fleetctl` clients on your workstation.

0 commit comments

Comments
 (0)