Skip to content

Commit

Permalink
fix(urban): addtl args don't include 'urban'
Browse files Browse the repository at this point in the history
  • Loading branch information
drawnepicenter committed Aug 16, 2016
1 parent 9e504d1 commit ac11277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmds/urban.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ exports.handler = (argv) => {
ucont.push(argv.query)
if (argv._.length > 1) {
_.each(argv._, (value) => {
ucont.push(value)
if (value !== 'urban') ucont.push(value)
})
}
let words = ''
Expand Down

0 comments on commit ac11277

Please sign in to comment.