Skip to content

Commit

Permalink
oops, skip log too
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Sep 11, 2012
1 parent 2da500c commit 906dcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Expand Up @@ -21,7 +21,7 @@

before do
@menu = Dir.glob("./*/").map do |file|
next if file =~ /tmp/
next if file =~ /tmp/ or file =~ /log/
file.split('/')[1]
end.compact.sort
end
Expand Down

0 comments on commit 906dcbe

Please sign in to comment.