Skip to content

Commit ca6cb80

Browse files
authored
Merge pull request datreeio#25 from datreeio/fix-path
fix: fixed test path
2 parents bec7fc7 + 939d979 commit ca6cb80

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
@@ -72,7 +72,7 @@ async function main() {
7272
})
7373
}
7474

75-
if (utils.isCI()) utils.writeToFile('debug.log', insight)
75+
if (utils.isCI()) utils.writeToFile('test.log', insight)
7676
}
7777
}
7878
} catch (err) {

0 commit comments

Comments
 (0)