Skip to content

Commit

Permalink
Merge pull request #142 from jonasw234/master
Browse files Browse the repository at this point in the history
Remove 'next-' string from version, fixes #140
  • Loading branch information
bruno- authored Aug 7, 2020
2 parents 648005d + 0780e4d commit d776f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ clipboard_copy_command() {
}

# Cache the TMUX version for speed.
tmux_version="$(tmux -V | cut -d ' ' -f 2)"
tmux_version="$(tmux -V | cut -d ' ' -f 2 | sed 's/next-//')"

tmux_is_at_least() {
if [[ $tmux_version == "$1" ]] || [[ $tmux_version == master ]]; then
Expand Down

0 comments on commit d776f4e

Please sign in to comment.