Skip to content

Commit 515c572

Browse files
committed
1.0.4 update to dockermachine-cli-js 1.0.2
1 parent 08d6c72 commit 515c572

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Docker.prototype.command = function(command, callback) {
4747
}).then(function (data) {
4848

4949
if (self.machineconfig) {
50-
exec_command += self.machineconfig + ' ';
50+
exec_command += ' ' + self.machineconfig + ' ';
5151
}
5252
exec_command += command + ' ';
5353

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-cli-js",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A wrapper for the docker CLI",
55
"main": "lib/index.js",
66
"scripts": {
@@ -34,6 +34,6 @@
3434
"bluebird": "~2.10.1",
3535
"debug": "~2.2.0",
3636
"cli-table-2-json": "~1.0.0",
37-
"dockermachine-cli-js": "1.0.1"
37+
"dockermachine-cli-js": "~1.0.2"
3838
}
3939
}

0 commit comments

Comments
 (0)