Skip to content

Commit d55c8e0

Browse files
committed
updating CMD script
1 parent 76eb510 commit d55c8e0

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
@@ -96,7 +96,7 @@ IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" (
9696
IF DEFINED POST_DEPLOYMENT_ACTION call "%POST_DEPLOYMENT_ACTION%"
9797
IF !ERRORLEVEL! NEQ 0 goto error
9898

99-
call "@powershell %DEPLOYMENT_SOURCE%\UpdateGitCommit.ps1"
99+
call "%DEPLOYMENT_SOURCE%\UpdateGitCommit.ps1"
100100
IF !ERRORLEVEL! NEQ 0 goto error
101101

102102
goto end

0 commit comments

Comments
 (0)