Skip to content

Commit

Permalink
super, when other was relational path
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokaro committed May 28, 2024
1 parent 8136253 commit 2bcd8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ocran
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module Ocran
if other.absolute?
other
else
Pathname.new(plus(@path, other.to_s))
super
end
end

Expand Down

0 comments on commit 2bcd8cd

Please sign in to comment.