Skip to content

Commit

Permalink
Adjust target path of produced RVK concordance (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Aug 26, 2024
1 parent b387263 commit 52ff1f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* @author Tobias Bülte (TobiasNx)
**/
public final class CulturegraphXmlFilterHbzRvkToTsv {
private static String OUTPUT_FILE="rvk.tsv";
private static String OUTPUT_FILE="lookup-tables/data/rvk.tsv";

public static void main(String... args) {
String XML_INPUT_FILE = new File(args[0]).getAbsolutePath();
Expand Down

0 comments on commit 52ff1f1

Please sign in to comment.