Merge pull request #165 from msmygit/main

Fix typo
This commit is contained in:
Jonathan Shook 2020-06-22 14:55:14 -05:00 committed by GitHub
commit 848e7f78a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ public class WorkloadDesc implements Comparable<WorkloadDesc> {
}
if (includeScenarios) {
sb.append("# workload found in in ");
sb.append("# workload found in ");
}
sb.append(getYamlPath()).append("\n");