Skip to content

Commit f817727

Browse files
committed
1 parent a9d2971 commit f817727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ get_engine() {
4848
tmux show-options -g | grep -i "^@open-$engine_var" | cut -d ' ' -f2 | xargs
4949
}
5050

51-
tmux_version="$(tmux -V | cut -d ' ' -f 2)"
51+
tmux_version="$(tmux -V | cut -d ' ' -f 2 | sed 's/next-//'))"
5252
tmux-is-at-least() {
5353
if [[ $tmux_version == $1 ]]
5454
then

0 commit comments

Comments
 (0)