diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-22 12:40:47 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-22 12:40:47 -0800 |
commit | c07ab480fa63d0e2379d4380ad3d96aa8cb961a3 (patch) | |
tree | 79664e99cdeeee188d5fa980a11728aefc90ace8 | |
parent | c364e3cb9c55d36771e274cbac3d8825798b1612 (diff) | |
download | fatcat-c07ab480fa63d0e2379d4380ad3d96aa8cb961a3.tar.gz fatcat-c07ab480fa63d0e2379d4380ad3d96aa8cb961a3.zip |
fix issn -> journal-metadata rename
-rwxr-xr-x | python/tests/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/cli.sh b/python/tests/cli.sh index eba6d3a7..19d8a85b 100755 --- a/python/tests/cli.sh +++ b/python/tests/cli.sh @@ -14,7 +14,7 @@ set -x ./fatcat_import.py crossref tests/files/crossref-works.2018-01-21.badsample.json tests/files/ISSN-to-ISSN-L.snip.txt ./fatcat_import.py orcid tests/files/0000-0001-8254-7103.json -./fatcat_import.py issn tests/files/journal_extra_metadata.snip.csv +./fatcat_import.py journal-metadata tests/files/journal_extra_metadata.snip.csv ./fatcat_import.py matched tests/files/matched_sample.json ./fatcat_import.py matched tests/files/example_matched.json ./fatcat_import.py grobid-metadata tests/files/example_grobid_metadata_lines.tsv |