Skip to content

Commit

Permalink
Update docker.js
Browse files Browse the repository at this point in the history
Updated fix to use ','
  • Loading branch information
gaberudy authored Jan 10, 2025
1 parent 80babc6 commit 0b9533c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ var EventEmitter = require('events').EventEmitter,
Node = require('./node'),
Exec = require('./exec'),
util = require('./util'),
withSession = require('./session');

var extend = util.extend;
withSession = require('./session'),
extend = util.extend;

var Docker = function(opts) {
if (!(this instanceof Docker)) return new Docker(opts);
Expand Down

0 comments on commit 0b9533c

Please sign in to comment.