mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Changed line 372
See https://github.com/klaussilveira/gitlist/issues/370 (Repo with space? can't create zip)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user