Fix typo in Ansible README file scp command.

pull/1731/head
Jeff Geerling 2020-05-01 23:02:08 -05:00
parent 690a4ca7a4
commit 3fef74bcb9
1 changed files with 1 additions and 1 deletions

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
```