Skip to content

Commit

Permalink
Load grammar based on the full path of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
craigw committed Jun 7, 2016
1 parent cc9c93d commit cded659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dns/zonefile.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'dns/zonefile/version'
require 'treetop'
Treetop.load 'lib/dns/zonefile'
Treetop.load File.expand_path('../zonefile', __FILE__)

module DNS
module Zonefile
Expand Down

0 comments on commit cded659

Please sign in to comment.