updated missing NBCLIOptions

This commit is contained in:
Jonathan Shook 2020-03-17 14:33:45 -05:00
parent 659921df9b
commit 6138438f51

View File

@ -355,7 +355,7 @@ public class NBCLIOptions {
if (cmds == null){
List<String> names = scenarios.getScenarioNames();
throw new RuntimeException("Unknown scenaro name, make sure the scenario name you provide exists in the workload definition (yaml):\n" + String.join(",", names));
throw new RuntimeException("Unknown scenario name, make sure the scenario name you provide exists in the workload definition (yaml):\n" + String.join(",", names));
}
for (String cmd : cmds) {