Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from olichwiruk/pull_request
Browse files Browse the repository at this point in the history
Fix loading BigParser in parser.rb
  • Loading branch information
blelump authored Oct 11, 2019
2 parents e678126 + 34de9d2 commit be13d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
filename = ARGV[0]
raise RuntimeError.new, 'Please provide input file as an argument' unless filename

require 'big_parser'
require 'odca/big_parser'

BigParser.new(filename).call
Odca::BigParser.new(filename).call

0 comments on commit be13d86

Please sign in to comment.