diff options
| -rw-r--r-- | static/get.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/get.ps1 b/static/get.ps1 index 6ccd537..f0f2b64 100644 --- a/static/get.ps1 +++ b/static/get.ps1 @@ -9,7 +9,7 @@ $troubleshoot = 'https://massgrave.dev/troubleshoot' if ($ExecutionContext.SessionState.LanguageMode.value__ -ne 0) {
$ExecutionContext.SessionState.LanguageMode
Write-Host "Windows PowerShell is not running in Full Language Mode."
- Write-Host "Help - $troubleshoot" -ForegroundColor White -BackgroundColor Blue
+ Write-Host "Help - https://gravesoft.dev/fix_powershell" -ForegroundColor White -BackgroundColor Blue
return
}
|
