Skip to content

Commit

Permalink
🐛 Fix: cli source
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Dec 26, 2019
1 parent 7dbff80 commit be6cdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/picgo
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit be6cdcc

Please sign in to comment.