mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07: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:
@@ -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) )'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user