Skip to content

Commit 55fd9a1

Browse files
authored
[easy][minor] correct comment about runx (#2505)
This comment was incorrect. It IsDevboxPackage returns true for runx (which is okay for this function) ## Summary ## How was it tested? Signed-off-by: savil <676452+savil@users.noreply.github.com>
1 parent ff381aa commit 55fd9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/devbox/packages.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func (d *Devbox) Outdated(ctx context.Context) (map[string]UpdateVersion, error)
5454
outdatedPackages := map[string]UpdateVersion{}
5555

5656
for _, pkg := range d.AllPackages() {
57-
// For non-devbox packages, like flakes or runx, we can skip for now
57+
// For non-devbox packages, like flakes, we can skip for now
5858
if !pkg.IsDevboxPackage {
5959
continue
6060
}

0 commit comments

Comments
 (0)