Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed May 19, 2021
1 parent 5e9b63b commit 5d7b313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/BuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ protected function buildPdf(string $html, array $config, string $currentPath, st
} elseif ($this->disk->isFile($currentPath.'/assets/cover.html')) {
$this->output->writeln('<fg=yellow>==></> Adding Book Cover ...');

$cover = $this->disk->get($currentPath . '/assets/cover.html');
$cover = $this->disk->get($currentPath.'/assets/cover.html');

$pdf->WriteHTML($cover);

Expand Down

0 comments on commit 5d7b313

Please sign in to comment.