From 8a44b93bad3c5a07a208a09429ce32fdcb5dfb7b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 4 Sep 2018 16:15:26 +0300 Subject: [PATCH] Fix typo in notes for 2018-05 --- content/posts/2018-05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2018-05.md b/content/posts/2018-05.md index 9e5b703db..7cafdffac 100644 --- a/content/posts/2018-05.md +++ b/content/posts/2018-05.md @@ -153,7 +153,7 @@ Livestock and Fish - Just a note to myself, I figured out how to get reconcile-csv to run from source rather than running the old pre-compiled JAR file: ``` -$ lein run /tmp/crps.csv id +$ lein run /tmp/crps.csv name id ``` - I tried to reconcile against a CSV of our countries but reconcile-csv crashes