diff options
author | Dan Fandrich <danf@mageia.org> | 2024-08-15 10:58:46 -0700 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-08-15 10:58:46 -0700 |
commit | 30cd51e9632d3c319b7119bf62849815757bb295 (patch) | |
tree | 3e13b7b7b7ab3b56ccaf7613cb0cfe259a0264f6 /modules/blog/templates | |
parent | e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7 (diff) | |
download | puppet-30cd51e9632d3c319b7119bf62849815757bb295.tar puppet-30cd51e9632d3c319b7119bf62849815757bb295.tar.gz puppet-30cd51e9632d3c319b7119bf62849815757bb295.tar.bz2 puppet-30cd51e9632d3c319b7119bf62849815757bb295.tar.xz puppet-30cd51e9632d3c319b7119bf62849815757bb295.zip |
Fix some typos in user-visible strings
Diffstat (limited to 'modules/blog/templates')
-rwxr-xr-x | modules/blog/templates/check_new-blog-post.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/templates/check_new-blog-post.sh b/modules/blog/templates/check_new-blog-post.sh index eb95d65d..f2089a52 100755 --- a/modules/blog/templates/check_new-blog-post.sh +++ b/modules/blog/templates/check_new-blog-post.sh @@ -34,7 +34,7 @@ if [ "$tmp_old" = "$tmp_new" ] then # Modification on latest post echo "YES - Modification" >> $PATH_TO_FILE"/last_check" - echo -e "The latest blog post has been modified and needs to be checked!\n\nTitle:\t$last_title\nAuthor:\t$last_creator\n-- \nMail sent by the script '$0' on `hostname`" | /bin/mail -r '<%= blog_newpost_email_from %>' -s "Modification of the lastest entry on English Blog" <%= blog_newpost_email_to %> + echo -e "The latest blog post has been modified and needs to be checked!\n\nTitle:\t$last_title\nAuthor:\t$last_creator\n-- \nMail sent by the script '$0' on `hostname`" | /bin/mail -r '<%= blog_newpost_email_from %>' -s "Modification of the latest entry on English Blog" <%= blog_newpost_email_to %> echo $DATE else echo "NO" >> $PATH_TO_FILE"/last_check" |