Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Successfully requiring less means it's installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Aug 1, 2011
1 parent c6c6a52 commit 0412f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kumade/deployer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def more_installed?
(defined?(Less::More) ||
begin
require 'less/more'
true
rescue LoadError
false
end)
Expand Down

0 comments on commit 0412f2c

Please sign in to comment.