1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-12-04 19:03:38 +00: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:
Justin Su 2024-07-25 14:15:34 -04:00 committed by GitHub
parent a3c091aa30
commit eba9748eb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ format = '(via [$symbol($version )]($style))'
format = '(via [$symbol($version )(\($switch_indicator$switch_name\) )]($style))' format = '(via [$symbol($version )(\($switch_indicator$switch_name\) )]($style))'
[opa] [opa]
format = '(via [$symbo($version ]($style))"' format = '(via [$symbol($version )]($style))'
[package] [package]
format = '(is [$symbol$version]($style) )' format = '(is [$symbol$version]($style) )'