mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-22 18:38:23 +00:00
change to ‘uploadDirectory’
This commit is contained in:
parent
2dc8d8c276
commit
3f5fe21b90
@ -16,7 +16,7 @@ class Swarm {
|
||||
async.waterfall([
|
||||
function runCommand(callback) {
|
||||
console.log(("=== " + __("adding %s to swarm", self.buildDir)).green);
|
||||
swarm.putDirectory(self.buildDir, callback);
|
||||
swarm.uploadDirectory(self.buildDir, callback);
|
||||
},
|
||||
function printUrls(dir_hash, callback) {
|
||||
if (!dir_hash) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user