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 fbe92bc commit 2755e7eCopy full SHA for 2755e7e
cmd/lanai-cli/cmdutils/flag_base64.go
@@ -33,7 +33,7 @@ func newBase64Value(defaultVal []byte, p *[]byte) *Base64Value {
33
}
34
35
// pflag.Value
36
-func (v Base64Value) String() string {
+func (v *Base64Value) String() string {
37
if v.ptr == nil {
38
return "nil"
39
0 commit comments