From bbf6414caf634653d39fce7d5feb9372ebe30e93 Mon Sep 17 00:00:00 2001 From: Datta Nimmaturi Date: Tue, 17 Mar 2026 10:19:16 +0530 Subject: [PATCH] Fix formatting of launch command in setup.ps1 --- studio/setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/setup.ps1 b/studio/setup.ps1 index bc0105bee7..d9e7c5a43b 100644 --- a/studio/setup.ps1 +++ b/studio/setup.ps1 @@ -1162,6 +1162,6 @@ Write-Host "+===============================================+" -ForegroundColor Write-Host "| Setup Complete! |" -ForegroundColor Green Write-Host "| |" -ForegroundColor Green Write-Host "| Launch with: |" -ForegroundColor Green -Write-Host "| unsloth studio -H 0.0.0.0 -p 8000 |" -ForegroundColor Green +Write-Host "| unsloth studio -H 0.0.0.0 -p 8000 |" -ForegroundColor Green Write-Host "| |" -ForegroundColor Green Write-Host "+===============================================+" -ForegroundColor Green