File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
spring-boot-project/spring-boot-tools/spring-boot-cli/src/main/homebrew Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,12 @@ def install
1717 end
1818
1919 libexec . install Dir [ "#{ root } /*" ]
20-
21- ( bin /"spring" ) . write_env_script libexec /"bin/spring" , { }
20+ ( bin /"spring" ) . write_env_script libexec /"bin/spring" , { }
2221
23- bash_comp = libexec /"shell-completion/bash/spring"
24- zsh_comp = libexec /"shell-completion/zsh/_spring"
22+ bash_comp = libexec /"shell-completion/bash/spring"
23+ zsh_comp = libexec /"shell-completion/zsh/_spring"
2524
26- bash_completion . install bash_comp if bash_comp . exist?
27- zsh_completion . install zsh_comp if zsh_comp . exist?
25+ bash_completion . install bash_comp if bash_comp . exist?
26+ zsh_completion . install zsh_comp if zsh_comp . exist?
2827 end
2928end
You can’t perform that action at this time.
0 commit comments