Explorar el Código

fixed english tag names

sirekanian hace 3 años
padre
commit
efbd5df9ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      update.sh

+ 1 - 1
update.sh

@@ -14,7 +14,7 @@ wget --header="Accept-Encoding: gzip" -qO- "$ENDPOINT/data.json" | gunzip |
 
 # transform tags.json to csv
 wget -qO- "$ENDPOINT/tags.json" |
-  jq -r 'map([.["id"],.["shortName"],.["ruShortName"]])[] | @csv' \
+  jq -r 'map([.["id"],.["enShortName"],.["ruShortName"]])[] | @csv' \
     >"app/schemas/TagEntity.csv"
 
 # transform index.json to csv