Skip to content

Commit

Permalink
ccdscdscds
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed Aug 7, 2011
1 parent 5eafe7d commit bda5e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/awestruct/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ def load_extensions
skin_pipeline.execute( site ) if skin_pipeline
end

def check_dir_for_change(watched_dir)
watched_dir.each do |dir|
def check_dir_for_change(watched_dirs)
watched_dirs.each do |dir|
Dir.chdir(dir){check_dir_for_change_recursively()}
end
end
Expand Down

0 comments on commit bda5e56

Please sign in to comment.