Skip to content

Commit c802d16

Browse files
committed
Update #ModRelease.ps1
1 parent b3f9ffa commit c802d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

#ModRelease/#ModRelease.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ if ( $compare -eq $newTagRelease ) {
121121
break
122122
}
123123

124-
Start-Process -FilePath git -ArgumentList "update-index --refresh --quiet" -Wait -NoNewWindow -PassThru
124+
Start-Process -FilePath git -ArgumentList "update-index --refresh" -Wait -NoNewWindow -PassThru
125125
$LocalChanges = (Start-Process -FilePath git -ArgumentList "diff-index --quiet HEAD --" -Wait -NoNewWindow -PassThru).ExitCode
126126
if ($LocalChanges) {
127127
Write-Host "You have uncommitted changes, please commit or revert them before making new release."

0 commit comments

Comments
 (0)