From d062a82896226167bf5ccd4cbeca6c1677f71346 Mon Sep 17 00:00:00 2001 From: Aneesh Nireshwalia Date: Wed, 1 Feb 2023 01:36:05 -0700 Subject: [PATCH] Correct formatting --- internal/options/options.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/options/options.go b/internal/options/options.go index 1f606b617..36fa7e306 100644 --- a/internal/options/options.go +++ b/internal/options/options.go @@ -213,6 +213,7 @@ func (o Options) Apply(ns string, dst interface{}) error { case "SecretString": ss := NewSecretString(value) + v.Field(i).Set(reflect.ValueOf(ss)) default: