Skip to content

Commit

Permalink
Rootdir fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Apr 16, 2020
1 parent 1b5d031 commit 3930f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/server/continuous-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const snapshots = [];
let reportJSON = '{}';

// root of your GitHub working copy, relative to the name of the directory that the currently-executing script resides in
const rootDir = path.normalize( __dirname + '/../../' ); // eslint-disable-line no-undef
const rootDir = path.normalize( __dirname + '/../../../' ); // eslint-disable-line no-undef

// Gets update with the current status
let snapshotStatus = 'Starting up';
Expand Down

0 comments on commit 3930f28

Please sign in to comment.