File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- REM Command line wrapper to start PowerShell hook script
21@ echo off
2+ REM Command line wrapper to start PowerShell hook script
33set PWSH = %SystemRoot% \System32\WindowsPowerShell\v1.0\powershell.exe
44%PWSH% -ExecutionPolicy Bypass -NonInteractive -NoProfile -Command " $input | %1 \hooks\post-commit.ps1" " %1 " " %2 " " %3 "
5- if errorlevel 1 exit /b %errorlevel%
5+ if errorlevel 1 exit /b %errorlevel%
Original file line number Diff line number Diff line change 1- REM Command line wrapper to start PowerShell hook script
21@ echo off
2+ REM Command line wrapper to start PowerShell hook script
33set PWSH = %SystemRoot% \System32\WindowsPowerShell\v1.0\powershell.exe
44%PWSH% -ExecutionPolicy Bypass -NonInteractive -NoProfile -Command " $input | %1 \hooks\post-revprop-change.ps1" " %1 " " %2 " " %3 " " %4 " " %5 "
5- if errorlevel 1 exit /b %errorlevel%
5+ if errorlevel 1 exit /b %errorlevel%
You can’t perform that action at this time.
0 commit comments