From: Patrick Canterino Date: Sat, 1 Jan 2022 16:28:28 +0000 (+0100) Subject: Minor changes X-Git-Tag: 0.1~1 X-Git-Url: https://git.p6c8.net/psmysqlbackup.git/commitdiff_plain/452a65fd8f0c082c943e03f7b35bfdc93bf29b8e?ds=sidebyside;hp=f6ac39570441ed002cf3edfed29dc391efff16c8 Minor changes --- diff --git a/README.md b/README.md index 4c9091e..d2e7324 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ PSMySQLBackup is a script for backing up MySQL / MariaDB databases on Windows using [`mysqldump`](https://mariadb.com/kb/en/mysqldump/). -PSMySQLBackup stands for **P**owerShell **MySQL** **backup** or **P**atrick's **s**imple **MySQL** **backup**. +PSMySQLBackup stands for **P**ower**S**hell **MySQL** **backup** or **P**atrick's **s**imple **MySQL** **backup**. ## Requirements diff --git a/psmysqlbackup.ps1 b/psmysqlbackup.ps1 index 7e870ea..03d63ea 100644 --- a/psmysqlbackup.ps1 +++ b/psmysqlbackup.ps1 @@ -91,7 +91,8 @@ if($configDbBackup -and $configDbBackup.count -gt 0) { } } else { - :excludeOuter foreach($rDb in $databases) { + :excludeOuter + foreach($rDb in $databases) { if($rDb -in $configDbExclude) { continue; }