chore: rename bash -> shell
This commit is contained in:
parent
3f0f910f7b
commit
a4beb60e19
4 changed files with 9 additions and 7 deletions
|
|
@ -687,6 +687,8 @@ func renderToolDetails(
|
|||
|
||||
func renderToolName(name string) string {
|
||||
switch name {
|
||||
case "bash":
|
||||
return "Shell"
|
||||
case "webfetch":
|
||||
return "Fetch"
|
||||
case "invalid":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue