mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 15:13:41 -06:00
fix uninitialized step name for default
This commit is contained in:
parent
ff25f824d6
commit
0a76a2ed32
@ -56,7 +56,7 @@ public class NBCommandAssembly {
|
||||
"This is the default scenario name, and if you are using different scenario names you should pick something that is different and specific.");
|
||||
}
|
||||
} else {
|
||||
tagged.add(cmd.forContainer(containerName, null));
|
||||
tagged.add(cmd.forContainer(containerName, containerName));
|
||||
}
|
||||
}
|
||||
return new ArrayList<>(tagged);
|
||||
|
Loading…
Reference in New Issue
Block a user