lib/ecic/project.rb in ecic-0.2.0 vs lib/ecic/project.rb in ecic-0.2.1

- old
+ new

@@ -2,10 +2,10 @@ class Project require 'pathname' - SCRIPT_ECIC = File.join('config', 'ecic.rb') + SCRIPT_ECIC = File.join('src', 'config', 'ecic.rb') #Function that returns the root directory of a ECIC project def self.root(path = Pathname.new(Dir.pwd)) if File.exists?(File.join(path, SCRIPT_ECIC)) return path \ No newline at end of file