Skip to content

Commit d2ed09d

Browse files
kk-777-1127claude
authored andcommitted
Fix typo in JAVA_HOME path
Remove duplicate slash in JAVA_HOME path. The correct path should be `${HOME}/.sdkman/candidates/java/current` instead of `${HOME}//.sdkman/candidates/java/current`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 770193b commit d2ed09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello-swift-java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Now restart the terminal so that the `sdk` utility is added to your path, and th
4848

4949
```bash
5050
sdk install java 25.0.1-amzn --use # only in order to publish swift-java artifacts locally
51-
export JAVA_HOME="${HOME}//.sdkman/candidates/java/current"
51+
export JAVA_HOME="${HOME}/.sdkman/candidates/java/current"
5252
```
5353

5454
Next, let's prepare and publish the swift-java support libraries:

0 commit comments

Comments
 (0)