Skip to content

Commit

Permalink
Missed a require (#37)
Browse files Browse the repository at this point in the history
* missed this when updating the shards before

* Update README mention of LuckyCli
  • Loading branch information
jwoertink authored Apr 21, 2021
1 parent e4f2ba7 commit 7bc5a89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Breeze is a development dashboard for [Lucky Framework](https://luckyframework.o
# Add this line here
require "breeze/tasks"
LuckyCli::Runner.run
LuckyTask::Runner.run
```

5. Run `lucky breeze.install`
Expand Down
1 change: 0 additions & 1 deletion tasks/breeze/generators/config_generator.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "ecr"
require "file_utils"
require "lucky_cli"

class Breeze::ConfigGenerator
ECR.def_to_s "#{__DIR__}/templates/breeze_config.ecr"
Expand Down

0 comments on commit 7bc5a89

Please sign in to comment.