diff options
Diffstat (limited to 'content/guide')
| -rw-r--r-- | content/guide/neovim-as-a-java-ide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/guide/neovim-as-a-java-ide.md b/content/guide/neovim-as-a-java-ide.md index 412a79d..ae97c17 100644 --- a/content/guide/neovim-as-a-java-ide.md +++ b/content/guide/neovim-as-a-java-ide.md @@ -77,7 +77,7 @@ file=$( head -n1 ) -curl -fL "https://www.eclipse.org/downloads/download.php?file=/jdtls/milestones/1.56.0/$file" -o jdtls.tar.gz +curl -fLO $baseurl/$ver/$file ``` You should now have a `jdtls.tar.gz` file in your current working directory. Do not untar it now. |
