From ac112776abd9cbe5137d03ec3f65d7a829be068d Mon Sep 17 00:00:00 2001 From: Andrew Prentice Date: Tue, 16 Aug 2016 18:27:57 -0400 Subject: [PATCH] fix(urban): addtl args don't include 'urban' --- src/cmds/urban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmds/urban.js b/src/cmds/urban.js index 6951a3a..cc84b1d 100644 --- a/src/cmds/urban.js +++ b/src/cmds/urban.js @@ -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 = ''