Skip to content

Commit be6cdcc

Browse files
committed
🐛 Fix: cli source
1 parent 7dbff80 commit be6cdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/picgo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (configPath !== true && configPath !== '') {
88
} else {
99
configPath = ''
1010
}
11-
const PicGo = require('../dist/index')
11+
const PicGo = require('../dist/src/index')
1212
const picgo = new PicGo(configPath)
1313
picgo.registerCommands()
1414

0 commit comments

Comments
 (0)