This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
     new 2c25117653 Update sdkman installation URL
2c25117653 is described below

commit 2c25117653f7cac26f35b1f9637506c586d291a8
Author: Priyambada Roul <[email protected]>
AuthorDate: Wed Apr 2 05:13:47 2025 +0000

    Update sdkman installation URL
    
    (cherry picked from commit e4e3b82866362fa21d0931821a8aa4beacecf265)
---
 src/spec/doc/core-getting-started.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/spec/doc/core-getting-started.adoc 
b/src/spec/doc/core-getting-started.adoc
index 9226ad8710..95a7836539 100644
--- a/src/spec/doc/core-getting-started.adoc
+++ b/src/spec/doc/core-getting-started.adoc
@@ -73,7 +73,7 @@ Simply open a new terminal and enter:
 
 [source,shell]
 ----
-$ curl -s get.sdkman.io | bash
+$ curl -s "https://get.sdkman.io"; | bash
 ----
 
 Follow the instructions on-screen to complete installation.

Reply via email to