aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run.ps13
1 files changed, 1 insertions, 2 deletions
diff --git a/run.ps1 b/run.ps1
index 17b85e1..7364183 100644
--- a/run.ps1
+++ b/run.ps1
@@ -54,7 +54,7 @@ if ($args.Count -eq 0) {
"rs" { "Rust" }
"ps1" { "PowerShell" }
}
- $entry = " " + $i.ToString().PadRight($num_w) + ". " + $name.PadRight($max_name) + " [$lang]"
+ $entry = " " + $i.ToString().PadRight($num_w) + ") " + $name.PadRight($max_name) + " [$lang]"
Write-Host ("│" + $entry.PadRight($inner_w) + "│")
$i++
}
@@ -144,4 +144,3 @@ edition = "2024"
dotnet run --project "$temp_dir/$target_name.csproj" -- $script_args
}
}
-