Skip to content

Commit 2befcb1

Browse files
committed
Fix askpass-windows.cmd to reference correct PowerShell filename
The CMD wrapper was invoking ssh-askpass.ps1 which does not exist. The actual script is named askpass-windows.ps1.
1 parent ae9545e commit 2befcb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0ssh-askpass.ps1" %*
2+
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0askpass-windows.ps1" %*

0 commit comments

Comments
 (0)