mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Merge pull request #3 from abhikandoi2000/master
Append a trailing slash to the output filepath
This commit is contained in:
commit
3cf3d4df43
@ -17,7 +17,7 @@ use Assetic\Filter;
|
|||||||
// Application defaults
|
// Application defaults
|
||||||
$config = (object) array(
|
$config = (object) array(
|
||||||
"source" => "",
|
"source" => "",
|
||||||
"output" => "./output/",
|
"output" => "./output",
|
||||||
"template" => "modern",
|
"template" => "modern",
|
||||||
"refresh" => false,
|
"refresh" => false,
|
||||||
"pdf" => false
|
"pdf" => false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user