fix(cloudcmd) config save

This commit is contained in:
coderaiser 2015-09-03 09:38:22 -04:00
parent 6d42fe9e35
commit 3b2efffb2d

View file

@ -79,6 +79,7 @@
config('username', args.username);
config('progress', args.progress);
config('prefix', args.prefix);
config('root', args.root);
deprecate('progress-of-copying', 'progress');