Skip to content

Commit 118c249

Browse files
authored
Merge pull request #2464 from alexandear/docs/examples-redundant-dot
docs: remove redundant dot in examples
2 parents 674cc15 + 2d2d9a8 commit 118c249

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/docker-rootful.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ probes:
6666
echo >&2 "dockerd is not running"
6767
exit 1
6868
fi
69-
hint: See "/var/log/cloud-init-output.log". in the guest
69+
hint: See "/var/log/cloud-init-output.log" in the guest
7070
hostResolver:
7171
# hostResolver.hosts requires lima 0.8.3 or later. Names defined here will also
7272
# resolve inside containers, and not just inside the VM itself.

examples/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ probes:
6868
echo >&2 "rootlesskit (used by rootless docker) is not running"
6969
exit 1
7070
fi
71-
hint: See "/var/log/cloud-init-output.log". in the guest
71+
hint: See "/var/log/cloud-init-output.log" in the guest
7272
hostResolver:
7373
# hostResolver.hosts requires lima 0.8.3 or later. Names defined here will also
7474
# resolve inside containers, and not just inside the VM itself.

examples/experimental/u7s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ probes:
100100
exit 1
101101
fi
102102
hint: |
103-
See "/var/log/cloud-init-output.log". in the guest
103+
See "/var/log/cloud-init-output.log" in the guest
104104
- description: "kubeadm to be completed"
105105
script: |
106106
#!/bin/bash

examples/experimental/vnc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ probes:
5353
echo >&2 "Xorg is not installed yet"
5454
exit 1
5555
fi
56-
hint: See "/var/log/cloud-init-output.log". in the guest
56+
hint: See "/var/log/cloud-init-output.log" in the guest
5757
message: |
5858
Use a VNC viewer or noVNC, to connect to the display:
5959

examples/k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ probes:
144144
exit 1
145145
fi
146146
hint: |
147-
See "/var/log/cloud-init-output.log". in the guest
147+
See "/var/log/cloud-init-output.log" in the guest
148148
- description: "kubeadm to be completed"
149149
script: |
150150
#!/bin/bash

0 commit comments

Comments
 (0)