Changed line 372

See https://github.com/klaussilveira/gitlist/issues/370 (Repo with space? can't create zip)
This commit is contained in:
immoreel
2014-03-14 14:57:52 +01:00
parent 58914c8304
commit 21b14ff7f7

View File

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