Skip to content

Commit 198f3f1

Browse files
committed
Fix bug in commands module
1 parent 6843500 commit 198f3f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/tmux-switch/tmux.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
local util = require("tmux-switch.ui")
1+
local ui = require("tmux-switch.ui")
2+
local util = require("tmux-switch.util")
23

34
local M = {}
45

0 commit comments

Comments
 (0)