Skip to content

Commit

Permalink
Allow to run on Ruby 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Feb 17, 2012
1 parent 60292da commit 45f6806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bourbon/generator.rb
Expand Up @@ -36,7 +36,7 @@ def install
private

def bourbon_files_already_exist?
Dir.exist?("bourbon")
File.directory?("bourbon")
end

def install_files
Expand Down

0 comments on commit 45f6806

Please sign in to comment.