Skip to content

Commit

Permalink
fix plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed May 11, 2016
1 parent e877a32 commit 13d4528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -34,7 +34,7 @@ end

desc 'Test for binstubs'
task :check_binstubs do
bin_list = Gem::Specification.load('sensu-plugins-ansible.gemspec').executables
bin_list = Gem::Specification.load('sensu-plugins-hardware.gemspec').executables
bin_list.each do |b|
`which #{ b }`
unless $CHILD_STATUS.success?
Expand Down

0 comments on commit 13d4528

Please sign in to comment.