deploy: rename deploy -> binary folder

This commit is contained in:
Brian Mann
2017-06-29 14:06:45 -04:00
parent 93ba23fe2f
commit be211af10e
13 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ if (!command) {
process.exit(1)
}
const commands = require('./deploy/index')
const commands = require('./binary/index')
const fn = commands[command]
if (!fn) {
console.error('Invalid deploy command %s 🚫', command)