mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
fixed config
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"WKHTMLTOPDF_PATH": "\"/usr/local/bin/wkhtmltopdf\"",
|
||||
"WKHTMLTOIMAGE_PATH": "\"/usr/local/bin/wkhtmltoimage\""
|
||||
"WKHTMLTOPDF_PATH": "/usr/local/bin/wkhtmltopdf",
|
||||
"WKHTMLTOIMAGE_PATH": "/usr/local/bin/wkhtmltoimage"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user