Skip to content

Commit

Permalink
Update 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cadebrown committed Sep 21, 2016
1 parent 7ceae53 commit 043accc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PGS.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function runOnline() {
console.dir(e);
}
if (args.submit) {
var findsTxt = "./workloads/finds.txt";
var findsTxt = "./output/finds.txt";
console.log("Submitting finds: " + findsTxt);
if (fileExists(findsTxt)) {
setTimeout(function () {submitOutput(fs.readFileSync(findsTxt), false, function () {}) }, 2000);
Expand Down

0 comments on commit 043accc

Please sign in to comment.