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