Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
letFunny committed Jan 31, 2025
1 parent 7a03567 commit b8f5b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b8f5b44

Please sign in to comment.