From be6cdccbc4dfe67602dfbf93b0607d18a77d5449 Mon Sep 17 00:00:00 2001 From: Molunerfinn Date: Thu, 26 Dec 2019 20:06:19 +0800 Subject: [PATCH] :bug: Fix: cli source --- bin/picgo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()