[bkps] Fix path calculation for @dron_runner
This commit is contained in:
@@ -30,7 +30,7 @@ module ADN
|
|||||||
def initialize(logger)
|
def initialize(logger)
|
||||||
@logger = logger
|
@logger = logger
|
||||||
@dron_runner = File.join(
|
@dron_runner = File.join(
|
||||||
File.dirname(File.dirname(File.expand_path(__FILE__))),
|
File.dirname(File.dirname(File.dirname(File.expand_path(__FILE__)))),
|
||||||
'run'
|
'run'
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user