Skip to content

Commit 3ace896

Browse files
authored
docs: fix path in vagrant.md example (#12067)
1 parent b551fe0 commit 3ace896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developers/vagrant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $ pip install -r requirements.txt
8888
$ vagrant up
8989

9090
# Access the cluster
91-
$ export INV=.vagrant/provisionners/ansible/inventory
91+
$ export INV=.vagrant/provisioners/ansible/inventory
9292
$ export KUBECONFIG=${INV}/artifacts/admin.conf
9393
# make the kubectl binary available
9494
$ export PATH=$PATH:$PWD/$INV/artifacts

0 commit comments

Comments
 (0)