Skip to content

Commit 51ff953

Browse files
committed
Make godot linter happy about periods
Signed-off-by: Anders F Björklund <[email protected]>
1 parent e39a914 commit 51ff953

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: pkg/cacheutil/cacheutil.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/lima-vm/lima/pkg/limayaml"
1111
)
1212

13-
// NerdctlArchive returns the basename of the archive
13+
// NerdctlArchive returns the basename of the archive.
1414
func NerdctlArchive(y *limayaml.LimaYAML) string {
1515
if *y.Containerd.System || *y.Containerd.User {
1616
for _, f := range y.Containerd.Archives {
@@ -22,6 +22,8 @@ func NerdctlArchive(y *limayaml.LimaYAML) string {
2222
return ""
2323
}
2424

25+
// EnsureNerdctlArchiveCache prefetches the archive into the cache.
26+
//
2527
// EnsureNerdctlArchiveCache prefetches the nerdctl-full-VERSION-GOOS-GOARCH.tar.gz archive
2628
// into the cache before launching the hostagent process, so that we can show the progress in tty.
2729
// https://github.com/lima-vm/lima/issues/326

0 commit comments

Comments
 (0)