Skip to content

Commit

Permalink
Use echo instead of bower path
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Nov 7, 2016
1 parent 0454e88 commit 39ed77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/resolvers/GitResolver.js
Expand Up @@ -32,7 +32,7 @@ function GitResolver(decEndpoint, config, logger) {
process.env.GIT_TERMINAL_PROMPT = '0';

if (!process.env.SSH_ASKPASS) {
process.env.SSH_ASKPASS = which.sync('bower');
process.env.SSH_ASKPASS = 'echo';
}
}

Expand Down

0 comments on commit 39ed77a

Please sign in to comment.