Skip to content

Commit b238a09

Browse files
committed
1 parent f0f49f0 commit b238a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bump/resources.js

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

12-
// Init CACHE vars
12+
// Init CACHE paths
1313
const cachePaths = { root: '.cache/' }
1414
cachePaths.bumpUtils = path.join(__dirname, `${cachePaths.root}bump-utils.min.mjs`)
1515

0 commit comments

Comments
 (0)