Skip to content

Commit

Permalink
fixes module names
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzaninovich committed Apr 21, 2016
1 parent a353d98 commit 39092c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/alice/handlers/reddit.ex
Expand Up @@ -26,8 +26,8 @@ defmodule Alice.Handlers.Reddit do

defp get_post(name) do
name
|> Sub.new
|> Sub.recent_images
|> Readit.Sub.new
|> Readit.Sub.recent_images
|> Enum.random
end

Expand Down

0 comments on commit 39092c4

Please sign in to comment.