Skip to content

Commit

Permalink
fix logs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Jul 24, 2014
1 parent 3e8e560 commit de9b235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ module.exports = function(remote, defaults) {
stdout: 1,
stderr: 1,
stream: 1,
log: +!!opts.all
logs: +!!opts.all
}
}, function(err, response) {
if (err) return log.destroy(err)
Expand Down

0 comments on commit de9b235

Please sign in to comment.