Skip to content

Commit e6c01bc

Browse files
committed
Fix Cheat Sheet for new MDI [skip ci]
[why] Although commit 69e8c0e Add current Material Design Icons claims that we updated the Cheat Sheet after adding the new Material Design Icons, that actually did not happen. [how] Add new MDI's i_*.sh file to all. That is used by the generate-css that also generates the cheat sheet web page. Signed-off-by: Fini Jastrow <[email protected]>
1 parent c6b3b08 commit e6c01bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bin/scripts/lib/i_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Nerd Fonts Version: 2.3.0-RC
33
# Script Version 1.1.0
44

5-
for i in $(dirname "${BASH_SOURCE[0]:-$0}")/i_{cod,dev,fae,fa,iec,logos,oct,ple,pom,seti,material,weather}.sh; do
5+
for i in $(dirname "${BASH_SOURCE[0]:-$0}")/i_{cod,dev,fae,fa,iec,logos,oct,ple,pom,seti,material,weather,md}.sh; do
66
# shellcheck source=/dev/null
77
test -f "$i" -a -r "$i" && source "$i"
88
done

0 commit comments

Comments
 (0)