lib/jekyll/static_file.rb in jekyll-octopod-0.7.5 vs lib/jekyll/static_file.rb in jekyll-octopod-0.7.6

- old
+ new

@@ -4,10 +4,10 @@ def octopod_exclude src = path.sub("#{@base}/", '') nested_files = %w[] excludes = %w[Gemfile Gemfile.lock README.md octopod] - return true if excludes.include?(src)) + return true if excludes.include?(src) end alias_method :_octopod_original_write, :write def write(dest) \ No newline at end of file