Skip to content

Commit 6dd4c57

Browse files
committed
fix: Fixed command typo
1 parent a7027d0 commit 6dd4c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/bars.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ bars.actions = {
127127
end
128128

129129
for _, window in ipairs(windows) do
130-
pcall(module.enable, window);
130+
pcall(module.disable, window);
131131
end
132132

133133
::continue::

0 commit comments

Comments
 (0)