summaryrefslogtreecommitdiffstats
path: root/docs/.vuepress
diff options
context:
space:
mode:
authorEldar Khurmamatov <74624554+e-khurmamatov@users.noreply.github.com>2023-05-02 02:14:34 +0600
committerGitHub <noreply@github.com>2023-05-01 22:14:34 +0200
commit1bd6db58307c1945c3b0cabec8d6663730394377 (patch)
tree3e5cfe3ace67e1b82cd90233c10aaf64370ec001 /docs/.vuepress
parent2641a378659d13c17120a58f5187714a8691d430 (diff)
fix(presets): Added ($style) to format in module 'sudo' in Bracketed Segments Preset (#5146)
* Fixed error in module 'sudo' There was no ($style) in format. When module enabled this lead to the error [WARN] - (starship::modules::sudo): Error in module `sudo` * Update docs/.vuepress/public/presets/toml/bracketed-segments.toml typo fix Co-authored-by: David Knaack <davidkna@users.noreply.github.com> --------- Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
Diffstat (limited to 'docs/.vuepress')
-rw-r--r--docs/.vuepress/public/presets/toml/bracketed-segments.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/.vuepress/public/presets/toml/bracketed-segments.toml b/docs/.vuepress/public/presets/toml/bracketed-segments.toml
index f97b9c126..f18fa1c32 100644
--- a/docs/.vuepress/public/presets/toml/bracketed-segments.toml
+++ b/docs/.vuepress/public/presets/toml/bracketed-segments.toml
@@ -164,7 +164,7 @@ format = '\[[$symbol($version)]($style)\]'
format = '\[[$symbol$environment]($style)\]'
[sudo]
-format = '\[[as $symbol]\]'
+format = '\[[as $symbol]($style)\]'
[swift]
format = '\[[$symbol($version)]($style)\]'