Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Aug 22, 2014
1 parent e9fcdb8 commit 1d98e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teamocil/tmux/window.rb
Expand Up @@ -48,7 +48,7 @@ def internal_index
index + self.class.window_base_index
end

def window_base_index
def self.window_base_index
@window_base_index ||= begin
base_index = Teamocil::Tmux.option('base-index', default: 0)
current_window_count = Teamocil::Tmux.window_count
Expand Down

0 comments on commit 1d98e3c

Please sign in to comment.