fix: adjust location of report.tex
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
65d555b4df
commit
87f652a16d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user