From ca2a008ce2c607fc644e9d1e4227c0772cd7517c Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Thu, 30 Apr 2020 05:44:42 -0400 Subject: [PATCH] fix deploy bug --- tools/deploy/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy/index.js b/tools/deploy/index.js index 13ee27d5..c057130b 100644 --- a/tools/deploy/index.js +++ b/tools/deploy/index.js @@ -17,7 +17,7 @@ program .command('print ') .option('-d, --dir [dir]', 'Directory') .option('--json', 'As JSON') - .action((opts) => { + .action((tag, opts) => { const dir = opts.dir || '.'; const results = run(find(dir, tag)); if (opts.json) {