alekdavis/PlexBackup

One Occurrence of "retrun" Causes Error

BradlesAUS opened this issue · 1 comments

I chose to remove the option to not compress special folders and encountered an error:

WriteDebug "Entered BackupSpecialFolders."

if (!($specialDirs) -or
     ($specialDirs.Count -eq 0)) {
    **retrun** $true
}

Thanks a lot for reporting. Fixed.