Fix typo in Ansible README file scp command.

This commit is contained in:
Jeff Geerling 2020-05-01 23:02:08 -05:00
parent 62a50429ca
commit 2c4e2de635

View File

@ -49,6 +49,6 @@ ansible-playbook site.yml -i inventory/hosts.ini
To get access to your **Kubernetes** cluster just
```bash
scp debian@master_pi:~/kube/config ~/.kube/config
scp debian@master_pi:~/.kube/config ~/.kube/config
```