Skip to content

Commit 7fc1241

Browse files
committed
1 parent fbb14d6 commit 7fc1241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/bump/chatbots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// Import LIBS
2828
const fs = require('fs'), // to read/write files
2929
path = require('path'), // to manipulate paths
30-
{ execSync, spawnSync } = require('child_process') // for git cmds
30+
{ execSync, spawnSync } = require('child_process') // for git cmds
3131

3232
// Init CACHE paths
3333
const cachePaths = { root: '.cache/' }

0 commit comments

Comments
 (0)