Skip to content

Commit

Permalink
Address review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Aug 22, 2024
1 parent 51e7a8e commit e25c062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/ballerinalang/command/util/ToolUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public static String getCurrentBallerinaVersion() {
setCurrentBallerinaVersion(defaultBallerinaVersion);
setInstallerVersion(installerVersionFilePath);
}
String userVersion = getVersion(OSUtils.getBallerinaVersionFilePath());
String userVersion = getVersion(ballerinaVersionFilePath);
if (checkDistributionAvailable(userVersion)) {
return userVersion;
}
Expand Down

0 comments on commit e25c062

Please sign in to comment.