Skip to content

Commit 65273e1

Browse files
committed
fix: revert status code change
1 parent 27a2895 commit 65273e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/static/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ try {
145145
}
146146
}
147147

148-
if ($statusCode -eq 200 -or $statusCode -eq 201) {
148+
if ($statusCode -eq 200 -or $statusCode -eq 202) {
149149
Write-Host "Test heartbeat sent successfully!" -ForegroundColor Green
150150
Write-Host
151151
Write-Host "Installation complete!" -ForegroundColor Green

0 commit comments

Comments
 (0)