Skip to content

Commit

Permalink
gather config both from the project directory and the user dir, to al…
Browse files Browse the repository at this point in the history
…low global runnables
  • Loading branch information
timfel committed Aug 21, 2010
1 parent dbd9872 commit 88b3a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/project/lib/project.rb
Expand Up @@ -157,7 +157,7 @@ def home_dir
end

def config_files(glob)
file_glob = File.join(config_dir, glob)
file_glob = File.join("{#{config_dir},#{Redcar.user_dir}}", glob)
Dir[file_glob]
end
end
Expand Down

0 comments on commit 88b3a22

Please sign in to comment.