Skip to content

Commit 7c19e0e

Browse files
committed
fix: stringify "set" from meta
1 parent 0dad9cb commit 7c19e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_extensions/iconify/iconify.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function iconify(args, kwargs, meta)
112112
local icon = stringify(args[1])
113113
local set = 'octicon'
114114
if not is_empty(meta['iconify']) and not is_empty(meta['iconify']['set']) then
115-
set = meta['iconify']['set']
115+
set = stringify(meta['iconify']['set'])
116116
end
117117

118118
if #args > 1 and string.find(stringify(args[2]), ':') then

0 commit comments

Comments
 (0)