Skip to content

Commit 516a5a8

Browse files
committed
fix: put files in the correct directory
1 parent 8a4a996 commit 516a5a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mix/tasks/tableau.new.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ defmodule Mix.Tasks.Tableau.New do
194194
""")
195195
end
196196

197-
defp copy_templates(source, templates, app, kind, assigns) do
197+
defp copy_templates(source, templates, kind, app, assigns) do
198198
target =
199199
source
200200
|> Path.relative_to(Path.join(templates, kind))

0 commit comments

Comments
 (0)