diff --git a/docker/Switch-DockerCompose.ps1 b/docker/Switch-DockerCompose.ps1 index 5af4334..d6bafca 100644 --- a/docker/Switch-DockerCompose.ps1 +++ b/docker/Switch-DockerCompose.ps1 @@ -70,7 +70,7 @@ $dcPathList | ForEach-Object { if( -not $QueryOnly -and $IsOff ) { Move-Item $NoAutoPath $NoAutoOffPath } - Write-Host -ForegroundColor Gree -NoNewline "On " + Write-Host -ForegroundColor Green -NoNewline "On " } Write-Host -ForegroundColor Cyan " $name" }