diff --git a/bin/picgo b/bin/picgo index 80369a5..1aa4569 100755 --- a/bin/picgo +++ b/bin/picgo @@ -8,7 +8,7 @@ if (configPath !== true && configPath !== '') { } else { configPath = '' } -const PicGo = require('../dist/index') +const PicGo = require('../dist/src/index') const picgo = new PicGo(configPath) picgo.registerCommands()