Skip to content

Commit

Permalink
fix: calling platform as function (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSilvester committed Oct 8, 2024
1 parent 86c15cc commit 9b302f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bindings.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local wezterm = require('wezterm')
local platform = require('utils.platform')()
local platform = require('utils.platform')
local backdrops = require('utils.backdrops')
local act = wezterm.action

Expand Down

0 comments on commit 9b302f2

Please sign in to comment.