fix swarm upload cmd registration

This commit is contained in:
Iuri Matias 2018-07-11 10:27:54 +03:00
parent 7c0c2550c3
commit f9f25f33c8
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class Swarm {
registerUploadCommand(cb) {
const self = this;
this.embark.registerUploadCommand('ipfs', () => {
this.embark.registerUploadCommand('swarm', () => {
let upload_swarm = new UploadSwarm({
buildDir: self.buildDir || 'dist/',
storageConfig: self.storageConfig,