diff --git a/plugins/tmux/tmux.plugin.zsh b/plugins/tmux/tmux.plugin.zsh index 8f8ae0a76..20c871261 100644 --- a/plugins/tmux/tmux.plugin.zsh +++ b/plugins/tmux/tmux.plugin.zsh @@ -36,5 +36,5 @@ if (( $+commands[tmux] )); then || tmux attach -t $1 } else - omz_log_mgs "tmux: plugin requires tmux" + omz_log_msg "tmux: plugin requires tmux" fi