Merge pull request #428 from immoreel/patch-1

Changed line 372
This commit is contained in:
Klaus Silveira
2014-03-28 21:51:55 -03:00

View File

@@ -369,7 +369,7 @@ class Repository extends BaseRepository
{ {
$fs = new Filesystem; $fs = new Filesystem;
$fs->mkdir(dirname($output)); $fs->mkdir(dirname($output));
$this->getClient()->run($this, "archive --format=$format --output=$output $tree"); $this->getClient()->run($this, "archive --format=$format --output='$output' $tree");
} }
/** /**