Skip to content

Commit 7955726

Browse files
committed
1 parent 2f0532d commit 7955726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
const fs = require('fs'), // to read/write files
1818
path = require('path') // to manipulate paths
1919

20-
// Init CACHE vars
20+
// Init CACHE paths
2121
const cachePaths = { root: '.cache/' }
2222
cachePaths.bumpUtils = path.join(__dirname, `${cachePaths.root}bump-utils.min.mjs`)
2323
cachePaths.userJSpaths = path.join(__dirname, `${cachePaths.root}userscript-paths.json`)

0 commit comments

Comments
 (0)