pull/97/head
David Finol 2021-02-25 19:42:47 -06:00
parent 91d9893c3a
commit 682e62cb01
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -96,7 +96,7 @@ class ResultsCheck {
Handlebars.registerHelper('indent', toIndent =>
toIndent
.split('\n')
.map(s => ` ${s}`)
.map(s => ` ${s.replace('/github/workspace/', '')}`)
.join('\n'),
);
const source = await fs.promises.readFile(viewPath, 'utf8');