File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ func createSourcesCmd(vc *cmdutils.VerbCmd) {
230230 "The disk (in bytes) that need to be allocated per source instance (applicable only to Docker runtime)" )
231231
232232 flagSet .StringVar (
233- & sourceData .SourceConfigFile ,
233+ & sourceData .SourceConfigString ,
234234 "source-config" ,
235235 "" ,
236236 "Source config key/values" )
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ func updateSourcesCmd(vc *cmdutils.VerbCmd) {
205205 "The disk (in bytes) that need to be allocated per source instance (applicable only to Docker runtime)" )
206206
207207 flagSet .StringVar (
208- & sourceData .SourceConfigFile ,
208+ & sourceData .SourceConfigString ,
209209 "source-config" ,
210210 "" ,
211211 "Source config key/values" )
You can’t perform that action at this time.
0 commit comments