Skip to content

Commit 0bcd1f1

Browse files
authored
[easy][UX] use ux.Finfo for printing ensuring packages are installed (#1888)
## Summary ## How was it tested? Did `devbox shell` after a minor change and saw it print with `Info:`
1 parent b437a73 commit 0bcd1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/devbox/packages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ func (d *Devbox) ensureStateIsUpToDate(ctx context.Context, mode installMode) er
256256
if upToDate {
257257
return nil
258258
}
259-
fmt.Fprintln(d.stderr, "Ensuring packages are installed.")
259+
ux.Finfo(d.stderr, "Ensuring packages are installed.")
260260
}
261261

262262
if mode == install || mode == update || mode == ensure {

0 commit comments

Comments
 (0)