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 22, 2024
1 parent 3a90874 commit 221d235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -14,7 +14,7 @@ checksum=e15cf0d7fc8fc88b89adbeeebacd8061620c759da060b1bccf93bf8541679061

post_install() {
vlicense LICENSE
for sh in bash fish zsh; do
vcompletion "completion/tmuxinator.${sh}" ${sh}
for sh in bash fish; do
vcompletion "completion/tmuxinator.${sh}" ${sh} tmuxinator
done
}

0 comments on commit 221d235

Please sign in to comment.