Skip to content

Commit

Permalink
fix(typo): the default executionTimeReportDir value (#19)
Browse files Browse the repository at this point in the history
fix(typo): the default executionTimeReportDir value (#19)
  • Loading branch information
Maksim Minko authored Mar 18, 2022
1 parent 4bd790c commit 173d73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orchestrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import * as lg from "./logger";
import { checkRequirements } from "./checker";


const executionTimeReportDir = "executionTimeReprot";
const executionTimeReportDir = "executionTimeReport";
const executionTimeReportDirPath = path.resolve(process.cwd(), executionTimeReportDir)
const executiontimeReportJson = "specsExecutionTime.json"
const executiontimeReportJsonPath = path.join(executionTimeReportDirPath, executiontimeReportJson)
Expand Down

0 comments on commit 173d73b

Please sign in to comment.