Skip to content

Commit 529e97c

Browse files
committed
Fix path again
1 parent 6909241 commit 529e97c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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, name); err != nil {
671+
if err = addFile(tw, "alis_"+name); err != nil {
672672
return err
673673
}
674674
}

0 commit comments

Comments
 (0)