Skip to content

Commit

Permalink
vercheck: remove --update-devbox-symlink flag (jetify-com#1610)
Browse files Browse the repository at this point in the history
This flag was removed after bin wrappers were removed in v0.8.0.
  • Loading branch information
gcurtis authored Nov 7, 2023
1 parent 4a0ad52 commit a0bdff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/vercheck/vercheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func triggerUpdate(stdErr io.Writer) (*updatedVersions, error) {
}

// TODO savil. Add a --json flag to devbox version and parse the output as JSON
cmd := exec.Command(exePath, "version", "-v", "--update-devbox-symlink")
cmd := exec.Command(exePath, "version", "-v")

buf := new(bytes.Buffer)
cmd.Stdout = io.MultiWriter(stdErr, buf)
Expand Down

0 comments on commit a0bdff9

Please sign in to comment.