Punctuation error

pull/178/head
KnifMelti 2022-10-11 23:57:31 +02:00
parent 067a5aab1e
commit c32e92b838
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ if (Test-Network) {
Write-Log "List is up to date." "Green"
}
else {
Write-Log "List doesn't exist!." "Red"
Write-Log "List doesn't exist!" "Red"
Exit 0
}
}