mirror of
https://github.com/strongdm/comply
synced 2025-12-06 14:24:12 +00:00
use filepath join to open index html
This commit is contained in:
@@ -185,7 +185,7 @@ func pandocBinaryMustExist(c *cli.Context) error {
|
||||
}
|
||||
|
||||
// pdflatex must also be present
|
||||
cmd = exec.Command("pdflatex", "-v")
|
||||
cmd = exec.Command("pdflatex", "--version")
|
||||
outputRaw, err = cmd.Output()
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "error calling pdflatex")
|
||||
|
||||
Reference in New Issue
Block a user