diff options
-rw-r--r-- | cli/actions.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/actions.js b/cli/actions.js index 70803b2..ab982a7 100644 --- a/cli/actions.js +++ b/cli/actions.js | |||
@@ -114,6 +114,8 @@ function put(filePath, otherFilePaths, options) { | |||
114 | if (result.statusCode !== 201) return callback(new Error('Error uploading file: ' + result.statusCode)); | 114 | if (result.statusCode !== 201) return callback(new Error('Error uploading file: ' + result.statusCode)); |
115 | 115 | ||
116 | console.log('Uploaded to ' + config.server() + destinationPath); | 116 | console.log('Uploaded to ' + config.server() + destinationPath); |
117 | |||
118 | callback(null); | ||
117 | }); | 119 | }); |
118 | }, function (error) { | 120 | }, function (error) { |
119 | if (error) { | 121 | if (error) { |