Skip to content

Commit

Permalink
removing the task generation file since it's been wrong for a long ti…
Browse files Browse the repository at this point in the history
…me, and chances are no one uses it. Fixes #701 (#770)
  • Loading branch information
jwoertink authored Jul 31, 2022
1 parent 2c2ab9c commit d49e510
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
38 changes: 0 additions & 38 deletions src/generators/tasks_file.cr

This file was deleted.

2 changes: 0 additions & 2 deletions src/lucky.cr
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ end

if task_name == "dev"
LuckyCli::Dev.new.call
elsif task_name == "gen.tasks_file"
LuckyCli::Generators::TasksFile.run
elsif task_name == "init"
LuckyCli::Init.run
elsif task_name == "init.custom"
Expand Down

0 comments on commit d49e510

Please sign in to comment.