We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
with
1 parent ab35349 commit 0db9fd1Copy full SHA for 0db9fd1
lib/transport/index.js
@@ -319,7 +319,7 @@ Transport.prototype = {
319
320
for(var i in args) {
321
if(typeof args[i] === 'string') {
322
- this._execWith = args[i] + ' && ';
+ this._execWith += args[i] + ' && ';
323
} else if(typeof args[i] === 'object') {
324
this.options = util._extend(this.options, args[i]);
325
} else if(typeof args[i] === 'function') {
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "flightplan",
3
"description": "Library for streamlining application deployment or systems administration tasks",
4
- "version": "0.3.2",
+ "version": "0.3.3",
5
"author": "Patrick Stadler <[email protected]>",
6
"keywords": [
7
"deploy",
0 commit comments