fix(grafana/k6): config key

This commit is contained in:
Kevin Franklin Kim 2024-12-04 10:01:16 +01:00
parent 1dbfe817a1
commit 7a681e3a63
No known key found for this signature in database

View File

@ -41,7 +41,7 @@ func CommandWithName(v string) CommandOption {
func CommandWithConfigKey(v string) CommandOption {
return func(o *Command) {
o.name = v
o.configKey = v
}
}