Skip to content

Commit

Permalink
Correct the --disable-open flag description.
Browse files Browse the repository at this point in the history
  • Loading branch information
timofey-drozhzhin committed Feb 7, 2024
1 parent b1b1d2b commit ccedd59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#### `--disable-open` <span className="config-field-type">bool</span> <span className="config-field-enum"></span> <span className="config-field-default -return"></span> <span className="config-field-required" data-required="false">pipeline only</span> {#start_dev-disable-open}

If enabled will not replace any pods
If enabled will not auto-open the URL

</summary>

Expand Down
2 changes: 1 addition & 1 deletion pkg/devspace/devpod/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Options struct {
DisableSync bool `long:"disable-sync" description:"If enabled will not start any sync configuration"`
DisablePortForwarding bool `long:"disable-port-forwarding" description:"If enabled will not start any port forwarding configuration"`
DisablePodReplace bool `long:"disable-pod-replace" description:"If enabled will not replace any pods"`
DisableOpen bool `long:"disable-open" description:"If enabled will not replace any pods"`
DisableOpen bool `long:"disable-open" description:"If enabled will not auto-open the URL"`
}

type Manager interface {
Expand Down

0 comments on commit ccedd59

Please sign in to comment.