Skip to content

Commit ec029cd

Browse files
authored
Merge pull request #60 from mikegcoleman/windows-setup-fix
Windows setup fix
2 parents fb05231 + eb2e292 commit ec029cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/sdlc-e2e/setup.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ git pull
1717
git checkout -b %BRANCH_NAME%
1818

1919
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"
20+
powershell -NoProfile -Command "(Get-Content '.\demo\sdlc-e2e\demo.patch' -Raw) -replace '`n', \"`r`n\" | Set-Content '%TEMP%\demo-windows.patch' -NoNewline"
2121
git apply --whitespace=fix "%TEMP%\demo-windows.patch"
2222
del "%TEMP%\demo-windows.patch" 2>nul
2323
git commit -am "Demo prep"

0 commit comments

Comments
 (0)