fix(xo-server/mergeVhd): use remote options
This commit is contained in:
@@ -16,9 +16,9 @@ export function mergeVhd (
|
||||
childPath: string
|
||||
) {
|
||||
return mergeVhd_(
|
||||
getHandler(parentRemote),
|
||||
getHandler(parentRemote, config.remoteOptions),
|
||||
parentPath,
|
||||
getHandler(childRemote),
|
||||
getHandler(childRemote, config.remoteOptions),
|
||||
childPath
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user