Skip to content

Commit be4eaa6

Browse files
committed
Next try to fix the path
1 parent 529e97c commit be4eaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/alignment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ func ResultFolddiscoArchive(w io.Writer, id Id, base string, databases []string)
668668
}()
669669

670670
for _, name := range databases {
671-
if err = addFile(tw, "alis_"+name); err != nil {
671+
if err = addFile(tw, filepath.Join(base, "alis_"+name)); err != nil {
672672
return err
673673
}
674674
}

0 commit comments

Comments
 (0)