Skip to content

Commit 785aa64

Browse files
committed
fix typo
1 parent 0d152d5 commit 785aa64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lovely/misc.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ target = "functions/button_callbacks.lua"
257257
pattern = '''add_tag(_tag.config.ref_table)'''
258258
position = "at"
259259
payload = '''
260-
add_tag(Cryptid.get_next_tag or _tag.config.ref_table, true)
260+
local tag = Cryptid.get_next_tag()
261+
add_tag(tag or _tag.config.ref_table, true)
261262
'''
262263
match_indent = true
263264

0 commit comments

Comments
 (0)