We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626c3c4 commit 0fdb7efCopy full SHA for 0fdb7ef
update-tags.sh
@@ -3,7 +3,7 @@
3
# Update associated release commit.
4
#
5
6
-for folder in $(find wikidict/lang/* -maxdepth 1 -type d); do
+for folder in $(find wikidict/lang/* -maxdepth 0 -type d); do
7
locale="${folder##*/}"
8
[ "${locale}" != "__pycache__" ] && git tag -f -a "${locale}" -m "${locale}"
9
done
0 commit comments