Comparing version 0.2.1 to 0.2.2
@@ -158,2 +158,3 @@ var fs = require('fs'); | ||
// parse remote using the remote parser | ||
var remote_input = remote; // store for saving into girror file | ||
remote = remote_type(remote); | ||
@@ -193,3 +194,3 @@ | ||
// create girrorfile | ||
$girrorfile(worktree, girrorfile, remote, branch), | ||
$girrorfile(worktree, girrorfile, remote_input, branch), | ||
@@ -196,0 +197,0 @@ ], callback); |
@@ -5,3 +5,3 @@ { | ||
"description": "Efficient mirror of git repositories. Great for continuous deployment", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
40582
379