Skip to content

Commit

Permalink
[Rails] Fixed a reference to the old configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed May 15, 2010
1 parent 4f2dd8d commit e796511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compass/app_integration/rails/installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def write_configuration_files(config_file = nil)
end

def config_files_exist?
File.exists?(targetize('config/compass.config')) &&
File.exists?(targetize('config/compass.rb')) &&
File.exists?(targetize('config/initializers/compass.rb'))
end

Expand Down

0 comments on commit e796511

Please sign in to comment.