Skip to content

Commit ae916f0

Browse files
committed
fix function name
1 parent 69b7886 commit ae916f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plug/ui/nitify.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local notify = require('notify')
22

33
local M = {}
44

5-
function M.on_uiupdate(name, data)
5+
function M.on_uidate(name, data)
66
if data.build_done then
77
notify.notify(string.format('%s build done', name))
88
elseif data.curl_done or data.clone_done then

0 commit comments

Comments
 (0)