mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
fix(preset): fix typo in Open Policy Agent module format string (#6118)
* Fix `$symbo` typo in No Empty Icons preset * Fix a few more typos
This commit is contained in:
parent
a3c091aa30
commit
eba9748eb1
@ -74,7 +74,7 @@ format = '(via [$symbol($version )]($style))'
|
||||
format = '(via [$symbol($version )(\($switch_indicator$switch_name\) )]($style))'
|
||||
|
||||
[opa]
|
||||
format = '(via [$symbo($version ]($style))"'
|
||||
format = '(via [$symbol($version )]($style))'
|
||||
[package]
|
||||
format = '(is [$symbol$version]($style) )'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user