Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
fix(cmd): fix duplicate subcmd problem
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Nov 8, 2018
1 parent 5d3f4f4 commit c6d508d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/tink.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
require('../lib/node/index.js')

const CMDS = new Map([
['sh', require('../lib/commands/shell.js')],
['shell', require('../lib/commands/shell.js')],
['org', require('../lib/commands/org.jsx')],
['prep', require('../lib/commands/prepare.js')],
['prepare', require('../lib/commands/prepare.js')],
['ping', require('../lib/commands/ping.js')]
])
Expand Down

0 comments on commit c6d508d

Please sign in to comment.