From b8f5b44ff31871d41475269388b76df5e5d95a7f Mon Sep 17 00:00:00 2001 From: Alberto Carretero Date: Fri, 31 Jan 2025 11:06:49 +0100 Subject: [PATCH] typo --- internal/setup/setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/setup/setup.go b/internal/setup/setup.go index b54b385d..0d1d3338 100644 --- a/internal/setup/setup.go +++ b/internal/setup/setup.go @@ -203,7 +203,7 @@ func (r *Release) validate() error { // cannot validate that they are the same without downloading the package. globs := make(map[string]*Slice) paths := make(map[string]*Slice) - // nodes is used for bookkeeping to find the slice for a package without + // nodes is used for bookkeeping to find the slice for a path without // having to do further processing. nodes := make(map[string]*Slice) successors := make(map[string][]string)