Skip to content
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.

Commit

Permalink
Simplify verification.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Sep 22, 2010
1 parent 5e5cd2e commit 5414794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/database.rb
Expand Up @@ -10,7 +10,7 @@
end

verify do
has_executable '/usr/sbin/mysqld'
has_executable '/usr/bin/mysql'
has_executable 'mysqld'
has_executable 'mysql'
end
end

0 comments on commit 5414794

Please sign in to comment.