Skip to content

Commit 23e31a1

Browse files
authored
Fix wrong Ubuntu MATE entry
1 parent 5f50e9d commit 23e31a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ jobs:
104104
rm sha256-${j}
105105
if [ "$i" = "ubuntucinnamon" ]; then
106106
CAPS="Ubuntu Cinnamon"
107-
elif [ "$FLAVOUR" = "ubuntu-mate" ]; then
107+
elif [ "$i" = "ubuntu-mate" ]; then
108108
CAPS="Ubuntu MATE"
109-
elif [ "$FLAVOUR" = "ubuntukylin" ]; then
109+
elif [ "$i" = "ubuntukylin" ]; then
110110
CAPS="Ubuntu Kylin"
111111
else
112112
CAPS=$(echo "${i}" | tr '_-' ' ' | awk '{for(i=1;i<=NF;i++) $i=toupper(substr($i,1,1)) substr($i,2); print}')

0 commit comments

Comments
 (0)