Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
RabbitMQ: fix generation of bash completion
Browse files Browse the repository at this point in the history
Closes #19583.
  • Loading branch information
adamv committed May 3, 2013
1 parent 11aaa65 commit 605e8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/rabbitmq.rb
Expand Up @@ -37,7 +37,7 @@ def install
"rabbitmq_management-#{version}/priv/www/cli/rabbitmqadmin"

sbin.install 'rabbitmqadmin'

(sbin/'rabbitmqadmin').chmod 0755
(bash_completion/'rabbitmqadmin.bash').write `#{sbin}/rabbitmqadmin --bash-completion`
end

Expand Down

1 comment on commit 605e8a3

@andypiper
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet, thanks for the fix Adam!

Please sign in to comment.