Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed the path bug for links.
  • Loading branch information
waferbaby committed Jun 23, 2015
1 parent 8568692 commit 6dfdf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/usesthis/site.rb
Expand Up @@ -29,7 +29,7 @@ def scan_files
end

%w[inspired personal].each do |type|
Dir.glob(File.join(@output_paths[:links], 'inspired', '*.yml')).each do |path|
Dir.glob(File.join(@output_paths[:links], type, '*.yml')).each do |path|
self.send("#{type}_links") << UsesThis::Link.new(path)
end
end
Expand Down

0 comments on commit 6dfdf30

Please sign in to comment.