Skip to content

Commit

Permalink
Corrected path of specljs timestamp file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwhatcott committed Mar 18, 2022
1 parent c60cfa5 commit fa386c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/speclj.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
const path = require('path');
const fs = require("fs");
var autoArg = process.argv.pop();
var timestampFile = path.resolve(__dirname, "../../../.specljs-timestamp");
var timestampFile = path.resolve(__dirname, "../.specljs-timestamp");
var specsHTMLFile = path.resolve(__dirname, "specs.html");
var nsPrefix = "speclj"

Expand Down

0 comments on commit fa386c9

Please sign in to comment.