Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MyDrift-user authored Jun 12, 2024
1 parent e78fbaf commit 4dfa69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ param (
[switch]$Run
)

#exit if not running Powershell on Windows OS
#exit if not running on Windows OS
if ($env:OS -ne "Windows_NT") {
Write-Host "============================================" -Foregroundcolor Red
Write-Host "--- Unsupported Operating System Detected --" -Foregroundcolor Red
Expand Down

0 comments on commit 4dfa69d

Please sign in to comment.