Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
kudrykv committed Nov 2, 2024
1 parent c4b05ad commit 82675f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/latex_yearly_planner/cli/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ def self.exit_on_failure?
default: './out'

def generate(path_to_yaml_file)
result = HighLevel::Planner::Generate.call(path_to_yaml_file:, **options)
raise result.error if result.failure?
HighLevel::Planner::Generate.call(path_to_yaml_file:, **options)

puts 'Generated'
end
Expand Down

0 comments on commit 82675f8

Please sign in to comment.