Skip to content

Commit

Permalink
fix Container.commit missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
rmg committed Jul 7, 2015
1 parent daadbcd commit d79b5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Container.prototype.exec = function(opts, callback) {
Container.prototype.commit = function(opts, callback) {
var args = util.processArgs(opts, callback, this.defaultOptions.commit);

opts.container = this.id;
args.opts.container = this.id;

var optsf = {
path: '/commit?',
Expand Down

0 comments on commit d79b5f6

Please sign in to comment.