Update getting-started.adoc

Fixed path for bash completions

Closes gh-5831
This commit is contained in:
Kirill Gavrilov 2016-05-01 04:32:31 +03:00 committed by Phillip Webb
parent 50de70e2eb
commit f889cb4d58
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ manually, e.g. if you have installed using SDKMAN!
[indent=0]
----
$ . ~/.sdkman/springboot/current/shell-completion/bash/spring
$ . ~/.sdkman/candidates/springboot/current/shell-completion/bash/spring
$ spring <HIT TAB HERE>
grab help jar run test version
----