We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0f9bf commit 1880693Copy full SHA for 1880693
internal/config/options.go
@@ -26,7 +26,7 @@ type Options struct {
26
Copyright string `json:"-"`
27
PartnerID string `yaml:"-" json:"-" flag:"partner-id"`
28
AuthMode string `yaml:"AuthMode" json:"-" flag:"auth-mode"`
29
- AuthSecret string `yaml:"AuthSecret" json:"-" flag:"auth-secret"`
+ AuthSecret string `yaml:"-" json:"-" flag:"auth-secret"`
30
Public bool `yaml:"Public" json:"-" flag:"public"`
31
NoHub bool `yaml:"-" json:"-" flag:"no-hub"`
32
AdminUser string `yaml:"AdminUser" json:"-" flag:"admin-user"`
0 commit comments