Skip to content

Commit

Permalink
fixes/generator-for-whenever: Resolved PR comments
Browse files Browse the repository at this point in the history
- changed method name
changed description
  • Loading branch information
AdilRT committed Jun 28, 2023
1 parent 539b0c2 commit 898e41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/boring/whenever/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ def add_whenever_gem
end
end

def run_whenever_generator
say "Running whenever generator", :green
def add_schedule_file
say "Create schedule.rb file", :green

Bundler.with_unbundled_env do
run "bundle exec wheneverize ."
Expand Down

0 comments on commit 898e41e

Please sign in to comment.