diff --git a/dev/download-data.sh b/dev/export-data.sh similarity index 100% rename from dev/download-data.sh rename to dev/export-data.sh diff --git a/publish.sh b/publish.sh index 44ecea0..95c317b 100755 --- a/publish.sh +++ b/publish.sh @@ -2,7 +2,7 @@ . ./config -./dev/download-data.sh +./dev/export-data.sh ./production/export-to-production.sh