Skip to content

Commit ebe04bb

Browse files
authored
Fixing export JAVA_HOME command missing quote (#390)
1 parent 94e87be commit ebe04bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The use of JDK 24 is required to build the project, even though the libraries be
9494
When using sdkman the easiest way to export JAVA_HOME is to export the "current" used JDK's home, like this:
9595

9696
```bash
97-
export JAVA_HOME="$(sdk home java current)
97+
export JAVA_HOME="$(sdk home java current)"
9898
```
9999

100100
### Testing your changes

0 commit comments

Comments
 (0)