Skip to content

Commit

Permalink
remove typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Jan 13, 2025
1 parent 428b6de commit 34a74cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Invoke-Command -Script { cargo run } -ErrorAction SilentlyContinue
IF( $LASTEXITCODE -EQ 5 ) {
Write-Output "eduOS-rs runs succesfully within Qemu"
Write-Output "eduOS-rs runs successfully within Qemu"
Exit 0
} else {
Write-Output echo "eduOS-rs isn't able to run within Qemu"
Write-Output "eduOS-rs isn't able to run within Qemu"
Exit 1
}

0 comments on commit 34a74cc

Please sign in to comment.