comforter-cli
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -61,3 +61,3 @@ #! /usr/bin/env node | ||
var branchPath = './comforter-tmp/' + argv.branch; | ||
mv(argv.zip, branchPath, {mkdirp: true}, function (err) { | ||
mv(argv.zip, branchPath, {mkdirp: true, clobber: true}, function (err) { | ||
if (err) { | ||
@@ -64,0 +64,0 @@ return fail(errors.zip, err); |
{ | ||
"name": "comforter-cli", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "cli tool for communicating with comforter instance", | ||
@@ -5,0 +5,0 @@ "scripts": { |
10750