Skip to content

Commit 6cfba80

Browse files
committed
yqutil_test: fix typo
Signed-off-by: Norio Nomura <[email protected]>
1 parent 956712f commit 6cfba80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/yqutil/yqutil_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mounts:
4141
`
4242
// Note: yq will use canonical yaml, with indented sequences
4343
// Note: yq will not explicitly quote strings, when not needed
44-
// Note: yamlfmt will fix indetation of sequences
44+
// Note: yamlfmt will fix indentation of sequences
4545
expected := `
4646
# Expose host directories to the guest, the mount point might be accessible from all UIDs in the guest
4747
# 🟢 Builtin default: null (Mount nothing)

0 commit comments

Comments
 (0)