Skip to content

Commit 289c236

Browse files
committed
readme: Fix path to an example directory
1 parent 368aa42 commit 289c236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behavioral/BatchJob/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To access the PersistentVolume used in this demo, let's mount a local directory
1111

1212
[source, bash]
1313
----
14-
minikube start --mount --mount-string="$(pwd)/logs:/example"
14+
minikube start --mount --mount-string="$(pwd)/logs:/tmp/example"
1515
----
1616

1717
Alternatively, you can mount the directory on the fly in the background.

0 commit comments

Comments
 (0)