Skip to content

Commit

Permalink
release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Apr 25, 2020
1 parent 6df7fc6 commit 094e60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rm -rf release

for simp in low medium high json
do
mkdir -p release/$simp/geojson
mkdir -p release/$simp
cp *.json release/$simp
cp *.md release/$simp
[ $simp != "json" ] && cp -R geojson/$simp/. release/$simp/geojson
Expand Down

0 comments on commit 094e60d

Please sign in to comment.