Skip to content

Commit

Permalink
fix: remove uniq
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 23, 2020
1 parent fe71de3 commit ec7ef17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RELEASE_NOTES="release_notes.md"

\rm -rf "${RELEASE_ASSETS_DIR}" || true
mkdir "${RELEASE_ASSETS_DIR}"
cat $(echo ./tsv/*.tsv) | uniq > "./${RELEASE_ASSETS_DIR}/emoji.txt"
cat $(echo ./tsv/*.tsv) > "./${RELEASE_ASSETS_DIR}/emoji.txt"
(
cd "${RELEASE_ASSETS_DIR}"
zip ./emoji.zip ./emoji.txt
Expand Down
2 changes: 1 addition & 1 deletion tsv/emoji.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -8258,4 +8258,4 @@
:ゔぃおら 🎻 記号
:ゔぃらん 🦹 記号
:ゔぃらん 🦹‍♀ 記号
:ゔぃらん 🦹‍♂ 記号
:ゔぃらん 🦹‍♂ 記号

0 comments on commit ec7ef17

Please sign in to comment.