Skip to content

Commit

Permalink
ruby-tmuxinator: fix naming of completion file
Browse files Browse the repository at this point in the history
  • Loading branch information
dataCobra committed Jul 23, 2024
1 parent 1549510 commit dea0f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/ruby-tmuxinator/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'ruby-tmuxinator'
pkgname=ruby-tmuxinator
version=3.3.0
revision=1
revision=2
build_style=gemspec
depends="ruby-erubi>=1.7 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
short_desc="Create and manage complex tmux sessions easily"
Expand All @@ -15,6 +15,6 @@ checksum=e15cf0d7fc8fc88b89adbeeebacd8061620c759da060b1bccf93bf8541679061
post_install() {
vlicense LICENSE
for sh in bash fish zsh; do
vcompletion "completion/tmuxinator.${sh}" ${sh}
vcompletion "completion/tmuxinator.${sh}" ${sh} tmuxinator
done
}

0 comments on commit dea0f5e

Please sign in to comment.