Skip to content

Commit 455e1b9

Browse files
committed
Merge branch '17.2R1.13'
2 parents b54ddb0 + 9a951f1 commit 455e1b9

File tree

11 files changed

+183021
-31897
lines changed

11 files changed

+183021
-31897
lines changed

Rakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ require 'nokogiri'
44
require 'pathname'
55
require 'rake/testtask'
66

7-
xsd_path = File.expand_path('../tmp/junos-system-12.1.xsd', Pathname.new(__FILE__).realpath)
8-
rule_path = File.expand_path('../tmp/rule.rb', Pathname.new(__FILE__).realpath)
9-
parser_path = File.expand_path('../lib/junoser/parser.rb', Pathname.new(__FILE__).realpath)
7+
xsd_path = File.join(__dir__, 'tmp/junos-system-17.2.xsd')
8+
rule_path = File.join(__dir__, 'tmp/rule.rb')
9+
parser_path = File.join(__dir__, 'lib/junoser/parser.rb')
1010

1111
def open_files(input, output, &block)
1212
i = open(input)

0 commit comments

Comments
 (0)