Skip to content

Commit

Permalink
Change name per cr.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Jul 17, 2020
1 parent fa0470d commit 11bf155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { fromNullable } from '../either';

const ROOT = resolve(__dirname, '../../../../..');
const resolveFromRoot = resolve.bind(null, ROOT);
const path = 'ingestion_pipeline_painless.json';
const path = 'code_coverage_team_assignment.json';
const resolved = resolveFromRoot(path);
const getContents = (scriptPath) => readFileSync(scriptPath, 'utf8');

Expand Down

0 comments on commit 11bf155

Please sign in to comment.