Skip to content

Commit

Permalink
Language: re-add sorted files to git stage
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaagen authored Dec 14, 2021
1 parent e70fcf1 commit fc8fb1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CI/sort_langfile_entries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ for FILE in $LANGFILES
do
(head -n $HEADER_LENGTH ${FILE} && tail ${FILE} -n +$((HEADER_LENGTH + 1)) | sort ) > ${FILE}.tmp
mv ${FILE}.tmp ${FILE}
git add ${FILE}
done
exit 0
exit 0

0 comments on commit fc8fb1a

Please sign in to comment.