Skip to content

Commit

Permalink
Make godot linter happy about periods
Browse files Browse the repository at this point in the history
Signed-off-by: Anders F Björklund <[email protected]>
  • Loading branch information
afbjorklund committed Jun 29, 2024
1 parent e39a914 commit 51ff953
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/cacheutil/cacheutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/lima-vm/lima/pkg/limayaml"
)

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

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

0 comments on commit 51ff953

Please sign in to comment.