We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb05231 + eb2e292 commit ec029cdCopy full SHA for ec029cd
1 file changed
demo/sdlc-e2e/setup.cmd
@@ -17,7 +17,7 @@ git pull
17
git checkout -b %BRANCH_NAME%
18
19
echo Applying patch and creating a commit
20
-powershell -NoProfile -Command "(Get-Content '.\demo\sdlc-e23\demo.patch' -Raw) -replace '`n', \"`r`n\" | Set-Content '%TEMP%\demo-windows.patch' -NoNewline"
+powershell -NoProfile -Command "(Get-Content '.\demo\sdlc-e2e\demo.patch' -Raw) -replace '`n', \"`r`n\" | Set-Content '%TEMP%\demo-windows.patch' -NoNewline"
21
git apply --whitespace=fix "%TEMP%\demo-windows.patch"
22
del "%TEMP%\demo-windows.patch" 2>nul
23
git commit -am "Demo prep"
0 commit comments