Commit 2c4e2de6 authored by Jeff Geerling's avatar Jeff Geerling
Browse files

Fix typo in Ansible README file scp command.

parent 62a50429
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
```