Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit fc798bb

Browse files
authored
Merge pull request #18 from datreeio/bug-path
fix: test location
2 parents 7bc1ef3 + f438fac commit fc798bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function main() {
6565
data: insight
6666
})
6767
}
68-
if (utils.isCI()) utils.writeToFile('debug.log', insight)
68+
if (utils.isCI()) utils.writeToFile('test.log', insight)
6969
}
7070
} catch (err) {
7171
logger.error(err)

0 commit comments

Comments
 (0)