mirror of
https://github.com/YGGverse/gemini-dl.git
synced 2026-03-31 17:15:32 +00:00
fix relative paths resolver, add comments
This commit is contained in:
parent
88cde4a0d8
commit
1d6f24c4ed
2 changed files with 85 additions and 46 deletions
|
|
@ -243,7 +243,7 @@ class Cli
|
|||
// Absolute option skipped, make local path relative
|
||||
if (!$this->option->absolute)
|
||||
{
|
||||
$local = Filesystem::getFilenameRelativeToDirname(
|
||||
$local = $this->filesystem->getFilenameRelativeToDirname(
|
||||
$local,
|
||||
dirname(
|
||||
$filename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue