Skip to content
Snippets Groups Projects
Commit b585f071 authored by Jano Hendriks's avatar Jano Hendriks
Browse files

Copy wkhtmltopdf lib files to build dir: fixed

parent 96cce6a9
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ func Build(dir string, module string, isDebug bool) error {
wkhtmltopdfDir := currentDir + "/cdk/src/lambda/wkhtmltopdf"
_, err = os.Stat(wkhtmltopdfDir)
if err == nil {
err = copyFilesToBuildDir(wkhtmltopdfDir, outputDir+"/wkhtmltopdf", true)
err = copyFilesToBuildDir(wkhtmltopdfDir, outputDir, true)
if err != nil {
return err
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment