Skip to content

Commit

Permalink
Fixed typo (bug)
Browse files Browse the repository at this point in the history
Fixed typo (retrun -> return).
  • Loading branch information
alekdavis authored Jul 11, 2021
1 parent fd3be94 commit 4dd8660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PlexBackup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ Reboots the computer after a successful backup operation (ignored on restore).
Forces an immediate restart of the computer after a successfull backup operation (ignored on restore).
.NOTES
Version : 2.0.5
Version : 2.0.6
Author : Alek Davis
Created on : 2021-04-10
Created on : 2021-07-10
License : MIT License
LicenseLink: https://github.com/alekdavis/PlexBackup/blob/master/LICENSE
Copyright : (c) 2019-2021 Alek Davis
Expand Down Expand Up @@ -2523,7 +2523,7 @@ function BackupSpecialFolders {

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

$i = 0
Expand Down

0 comments on commit 4dd8660

Please sign in to comment.