You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Fixes/refactors:
* If legacy package is global, show correct update message
* If a legacy package is updated, don't try to update it again (which
will show warning because it is not versioned)
* Made `ShowWarnings` -> `IgnoreWarnings` because we ignore in the vast
majority of cases. Fixed a few cases that were accidentally ignored.
## How was it tested?
* Modified global config to have "curl" pacakge.
* Saw `devbox global update` and ran it.
* Inspected config.
Repeated process for non-global as well.
0 commit comments