Skip to content

Commit

Permalink
Fix dist.git options into git dist client
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 3, 2019
1 parent 4939533 commit 93b1fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks.js
Expand Up @@ -33,7 +33,7 @@ module.exports = async opts => {

const shell = new Shell({ isVerbose, isDryRun, log, config });
const gitClient = new Git(options.git, { log, shell });
const gitDistClient = new Git(options.git, { log, shell });
const gitDistClient = new Git(options.git, dist.git, { log, shell });
let changelog;

await gitClient.init();
Expand Down

0 comments on commit 93b1fe5

Please sign in to comment.