Skip to content

Commit ca8f1fe

Browse files
authored
[update] Remove devbox update (#842)
## Summary There should only by `devbox version update` Fixes #838 ## How was it tested? `devbox update --help` `devbox version update --help`
1 parent f0f943a commit ca8f1fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/boxcli/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ func RootCmd() *cobra.Command {
5454
command.AddCommand(PlanCmd())
5555
command.AddCommand(RemoveCmd())
5656
command.AddCommand(RunCmd())
57-
command.AddCommand(selfUpdateCmd())
5857
command.AddCommand(ServicesCmd())
5958
command.AddCommand(SetupCmd())
6059
command.AddCommand(ShellCmd())

0 commit comments

Comments
 (0)