Fixed typo

This commit is contained in:
Markus Fleschutz 2022-12-23 07:44:18 +01:00
parent 61ca5b5bb0
commit 9129205ce9

View File

@ -24,7 +24,7 @@ try {
} elseif (Test-Path "$HOME/source/repos" -pathType Container) { # try Visual Studio default
$Path = "$HOME/source/repos/$Subpath"
} else {
throw "The folder for Git repositories at 📂$HOME/Reposh doesn't exist (yet)."
throw "The folder for Git repositories in your home directory doesn't exist (yet)."
}
if (-not(Test-Path "$Path" -pathType Container)) {
throw "The path to 📂$Path doesn't exist (yet)."