fix: adjust location of report.tex
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-06-17 20:45:16 +02:00
parent 65d555b4df
commit 87f652a16d
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -16,7 +16,8 @@ import (
func Print() { func Print() {
fmt.Fprint(os.Stderr, " printing report...") fmt.Fprint(os.Stderr, " printing report...")
fname := "report.tex" // when run from the repo root
fname := "report/report.tex"
fh, err := os.Open(fname) fh, err := os.Open(fname)
if err != nil { if err != nil {