From 9ac0c86ba2f5616116f96f7359375976fa5a6934 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 29 May 2022 23:45:36 -0400 Subject: [PATCH 1/3] Fixes typo in Readme.md instructions --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e915029 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/.vs From b3a6f1f690bf5b89b9670cb7db785aab1a0f8bfe Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 29 May 2022 23:49:28 -0400 Subject: [PATCH 2/3] Fixes typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7791072..7e1343b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Get-Module Pester -ListAvailable If the _only_ result you get is for version `3.4.0`, then you must run: ```powershell -Install-Module Oester -RequiredVersion 4.10.1 -Force -SkipPublisherCheck +Install-Module Pester -RequiredVersion 4.10.1 -Force -SkipPublisherCheck ``` Re-run the `Get-Module` to verify version `4.10.1` is installed. If you have newer versions installed, that will have no effect on this module. Once you have verified Pester version 4.10.1 you can install the PSAutoLab module. From 28265d052fab83de5c2e616ba7461e7d0c525d23 Mon Sep 17 00:00:00 2001 From: Jeff Hicks Date: Tue, 31 May 2022 09:13:43 -0400 Subject: [PATCH 3/3] Delete .gitignore --- .gitignore | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e915029..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -################################################################################ -# This .gitignore file was automatically created by Microsoft(R) Visual Studio. -################################################################################ - -/.vs