Skip to content

Commit 4c7ce1d

Browse files
committed
Fixed typo in gitignore that caused backups to get pushed to the repo
1 parent e822841 commit 4c7ce1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/tests/backup/
1+
/tests/backups/
22
/tests/test-log.txt

src/jenv-add.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function Invoke-Add {
1919

2020
# Name cannot be remove due to the local remove
2121
if ($name -eq "remove") {
22-
Write-Host 'Your JEnv name cannot be "remove". Checkout "jenv remove"'
22+
Write-Output 'Your JEnv name cannot be "remove". Checkout "jenv remove"'
2323
return
2424
}
2525

0 commit comments

Comments
 (0)