We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ea25b commit 4865ff8Copy full SHA for 4865ff8
enterprise/cli/workspaceproxy.go
@@ -74,7 +74,7 @@ func (r *RootCmd) regenerateProxyToken() *clibase.Cmd {
74
return err
75
}
76
_, err = fmt.Fprintln(inv.Stdout, output)
77
- return nil
+ return err
78
},
79
80
formatter.AttachOptions(&cmd.Options)
@@ -155,7 +155,7 @@ func (r *RootCmd) patchProxy() *clibase.Cmd {
155
return xerrors.Errorf("format response: %w", err)
156
157
158
159
160
161
@@ -241,7 +241,7 @@ func (r *RootCmd) createProxy() *clibase.Cmd {
241
242
243
244
245
246
247
0 commit comments