We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be1a24 commit 5250d74Copy full SHA for 5250d74
platform/wsl/bin/wsl-keychain-load
@@ -38,7 +38,7 @@ depends () {
38
39
for name in "cat" "chmod" "keychain" "pwsh.exe" "rm" "wslpath" "wsl-credential-manager.ps1"; do
40
if ! [ "$(command -v "$name")" ]; then
41
- echo "Dependency missing: $name" >&1
+ echo "Dependency missing: $name" >&2
42
exit 1
43
fi
44
done
0 commit comments