From 452a65fd8f0c082c943e03f7b35bfdc93bf29b8e Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Sat, 1 Jan 2022 17:28:28 +0100 Subject: [PATCH] Minor changes --- README.md | 2 +- psmysqlbackup.ps1 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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; } -- 2.34.1