Skip to content

Commit

Permalink
Merge branch 'add-budget-not-provided' of https://github.com/IATI/IAT…
Browse files Browse the repository at this point in the history
…I-Stats into add-budget-not-provided
  • Loading branch information
Ocre42 committed Dec 19, 2018
2 parents eb38fad + 9aacbd9 commit 1704ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/get_codelists.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

for x in 105 202; do
for x in 105 203; do
i=$(echo $x | head -c 1)
mkdir -p codelists/$i
wget "http://iatistandard.org/$x/codelists/downloads/clv2/json/en/Version.json" -O codelists/$i/Version.json
Expand Down

0 comments on commit 1704ee6

Please sign in to comment.