Skip to content

Commit

Permalink
worked runner
Browse files Browse the repository at this point in the history
fix err options values
  • Loading branch information
khorevaa committed Jun 30, 2020
1 parent 8363d2d commit b282ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func getCmdArgs(where Infobase, what Command, options Options) []string {
}

params.Append(options.commonValues...)
params.Append(options.customValues...)
params.Append(options.Values()...)

return params.Values()
}
Expand Down

0 comments on commit b282ee2

Please sign in to comment.