Skip to content

Commit fafaafb

Browse files
authored
Merge pull request #3612 from alexandear-org/chore/fix-yaml-lint
chore: Fix lint warnings in default.yaml
2 parents a311e2a + 973780e commit fafaafb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/default.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ disk: null
4040
# 🟢 Builtin default: [] (Mount nothing)
4141
# 🔵 This file: Mount the home as read-only, /tmp/lima as writable (inherited via the `base` mechanism later in this file)
4242
mounts: []
43-
#- location: "~"
43+
# - location: "~"
4444
# # Configure the mountPoint inside the guest.
4545
# # 🟢 Builtin default: value of location
4646
# mountPoint: null
@@ -79,7 +79,7 @@ mounts: []
7979
# # See https://www.kernel.org/doc/Documentation/filesystems/9p.txt
8080
# # 🟢 Builtin default: "fscache" for non-writable mounts, "mmap" for writable mounts
8181
# cache: null
82-
#- location: "/tmp/lima"
82+
# - location: "/tmp/lima"
8383
# # 🟢 Builtin default: false
8484
# # 🔵 This file: true (only for "/tmp/lima")
8585
# writable: true

0 commit comments

Comments
 (0)