Merge pull request #257 from nzalev/master

Typo fix
This commit is contained in:
Orsiris de Jong 2023-07-12 12:58:22 +02:00 committed by GitHub
commit f39fb6613e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -504,7 +504,7 @@ function SendAlert {
fi
if [ $runAlert == true ]; then
subject="Currently runing - $subject"
subject="Currently running - $subject"
else
subject="Finished run - $subject"
fi

View File

@ -512,7 +512,7 @@ function SendAlert {
fi
if [ $runAlert == true ]; then
subject="Currently runing - $subject"
subject="Currently running - $subject"
else
subject="Finished run - $subject"
fi