We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e822841 commit 4c7ce1dCopy full SHA for 4c7ce1d
.gitignore
@@ -1,2 +1,2 @@
1
-/tests/backup/
+/tests/backups/
2
/tests/test-log.txt
src/jenv-add.psm1
@@ -19,7 +19,7 @@ function Invoke-Add {
19
20
# Name cannot be remove due to the local remove
21
if ($name -eq "remove") {
22
- Write-Host 'Your JEnv name cannot be "remove". Checkout "jenv remove"'
+ Write-Output 'Your JEnv name cannot be "remove". Checkout "jenv remove"'
23
return
24
}
25
0 commit comments