Merge pull request #246 from phreaker0/typo

fixed typo
This commit is contained in:
Jim Salter 2018-07-26 16:15:08 -04:00 committed by GitHub
commit f3996e0d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ sub pruneoldsyncsnaps {
$prunecmd = escapeshellparam($prunecmd);
}
system("$rhost $prunecmd") == 0
or warn "CRITICAL ERROR: $rhost $prunecmd failed: $?";
or warn "WARNING: $rhost $prunecmd failed: $?";
$prunecmd = '';
$counter = 0;
}