Skip to content

Commit 2755e7e

Browse files
committed
minor fix
1 parent fbe92bc commit 2755e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/lanai-cli/cmdutils/flag_base64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func newBase64Value(defaultVal []byte, p *[]byte) *Base64Value {
3333
}
3434

3535
// pflag.Value
36-
func (v Base64Value) String() string {
36+
func (v *Base64Value) String() string {
3737
if v.ptr == nil {
3838
return "nil"
3939
}

0 commit comments

Comments
 (0)