Skip to content

Commit a149a99

Browse files
bootstrap: Fixed yaml-language-server install via brew
1 parent bdae9bf commit a149a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/bootstrap_apps_cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ if is_profile_admin_or_similar; then
157157
is_cli_priority "optional" && homebrew_brew_install "progress" # Report cp,mv,dd,tar,gzip,gunzip,cat's % of copied data
158158

159159
# LSP servers
160-
is_cli_priority "optional" && homebrew_brew_install "brew install yaml-language-server" # YAML support
160+
is_cli_priority "optional" && homebrew_brew_install "yaml-language-server" # YAML support
161161

162162
# File deletion
163163
is_cli_priority "critical" && homebrew_brew_install "rm-improved" # Undo rm operations -sometimes-

0 commit comments

Comments
 (0)