lib/pilot.rb in pilot-1.10.0 vs lib/pilot.rb in pilot-1.10.1
- old
+ new
@@ -15,6 +15,7 @@
require "terminal-table"
module Pilot
Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
UI = FastlaneCore::UI
+ ROOT = Pathname.new(File.expand_path('../..', __FILE__))
end