Skip to content

Commit

Permalink
reveal GIT_REPO_URL in log
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-song committed Mar 29, 2018
1 parent da449e6 commit e9f77d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/console/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function initConsole(args) {
return Promise.reject(new Error('target not empty'));
}

log.info('Cloning hexo-starter to', chalk.magenta(tildify(target)));
log.info('Cloning hexo-starter', GIT_REPO_URL);

if (args.clone) {
promise = spawn('git', ['clone', '--recursive', GIT_REPO_URL, target], {
Expand Down

0 comments on commit e9f77d9

Please sign in to comment.