Skip to content

Commit

Permalink
Corrected YAML cat
Browse files Browse the repository at this point in the history
  • Loading branch information
nickynicolson authored Mar 31, 2023
1 parent 8fcd477 commit 371611e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ data/si-%.md: downloads/ipni-oa-data.zip
data/%.yaml: downloads/ipni-oa-data.zip
mkdir -p data
unzip -o $^ $@
echo $^
cat $^
echo $@
cat $@

data/findability-wcvp%.png: downloads/ipni-oa-map-charts-data.zip
mkdir -p data
Expand All @@ -51,15 +51,15 @@ data/wcvp-map-composite%.png: downloads/ipni-oa-map-charts-data.zip
data/taxa2gbif%.yaml: downloads/wcvp-gbif-processing-data.zip
mkdir -p data
unzip -o $^ $@
echo $^
cat $^
echo $@
cat $@


data/taxa2nativerange%.yaml: downloads/wcvp-gbif-processing-data.zip
mkdir -p data
unzip -o $^ $@
echo $^
cat $^
echo $@
cat $@

###############################################################################
# End of archived analytical runs section
Expand Down

0 comments on commit 371611e

Please sign in to comment.