Fix incorrect file path
This commit is contained in:
parent
17acfb77ca
commit
8bed12a582
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
. "$PSScriptRoot/../../scripts/Common/Scripts/Context.ps1";
|
||||
. "$PSScriptRoot/Context.ps1";
|
||||
|
||||
function Get-BackupCandidates() {
|
||||
[System.Collections.Generic.List[System.Tuple[string, string, string[]]]]$candidates = @();
|
||||
|
|
Loading…
Reference in a new issue