Skip to content

Commit

Permalink
Fix incomplete message when generating channels
Browse files Browse the repository at this point in the history
  • Loading branch information
mosic committed Jan 23, 2015
1 parent 4d93fc1 commit 7777311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/ashes.generate.ex
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ defmodule Mix.Tasks.Ashes.Generate do
Make sure to add a channel in web/routes.ex
socket "/ws", #{application_name}
socket "/ws", #{application_name} do
channel "#{name}", #{module}
end
"""
Expand Down

0 comments on commit 7777311

Please sign in to comment.