From 26b9d64b613d5e2faa0ab66e52e1d0fe4516a99f Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Fri, 5 May 2017 15:23:53 -0700 Subject: [PATCH] Add missing `break` --- bin/now-alias.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/now-alias.js b/bin/now-alias.js index a373b6e..5595f14 100755 --- a/bin/now-alias.js +++ b/bin/now-alias.js @@ -344,6 +344,7 @@ async function run({ token, config: { currentTeam, user } }) { currentTeam, user ) + break } if (argv.rules) {