Skip to content

Commit d5583ae

Browse files
(cli) Don't check version when updating devbox (#1194)
1 parent 3c3520c commit d5583ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/vercheck/vercheck.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ var isDevBuild = build.IsDev
4747
var commandSkipList = []string{
4848
"devbox global shellenv",
4949
"devbox shellenv",
50+
"devbox version update",
5051
}
5152

5253
// CheckVersion checks the launcher and binary versions and prints a notice if

0 commit comments

Comments
 (0)