Skip to content

Commit 15dc14b

Browse files
authored
Merge pull request #33 from majudev/master
Fix typo
2 parents 84818f8 + f0cafe6 commit 15dc14b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/themepark.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ end
472472
function themepark:plugin(name)
473473
self:init_layer_groups()
474474
local ts = require('themepark/plugins/' .. name, self)
475-
ts.self = self
475+
ts.themepark = self
476476
return ts
477477
end
478478

0 commit comments

Comments
 (0)