fix(cloudcmd) --no-prefix

This commit is contained in:
coderaiser 2018-03-29 17:17:28 +03:00
parent eab4d3cc57
commit cccffc57ba

View file

@ -137,7 +137,7 @@ function main() {
root: args.root || '/', /* --no-root */
editor: args.editor,
packer: args.packer,
prefix: args.prefix,
prefix: args.prefix || '', /* --no-prefix */
columns: args.columns,
};