Skip to content

Commit 86c3a28

Browse files
committed
updating CMD script
1 parent 58ec26d commit 86c3a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" (
9494

9595
:: Post deployment stub
9696

97-
call "%DEPLOYMENT_SOURCE%\UpdateGitCommit.ps1"
97+
call "PS %DEPLOYMENT_SOURCE%\UpdateGitCommit.ps1"
9898
IF !ERRORLEVEL! NEQ 0 goto error
9999

100100
goto end

0 commit comments

Comments
 (0)