Skip to content

Commit

Permalink
Merge pull request #168 from ayeshLK/main
Browse files Browse the repository at this point in the history
Fix exec not found issue in `verifyBalVersion` task
  • Loading branch information
ayeshLK authored Aug 7, 2024
2 parents 20a4c3e + 735d0d1 commit 247f62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/io/ballerina/plugin/BallerinaPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class BallerinaPlugin implements Plugin<Project> {
def error = new ByteArrayOutputStream()

try {
exec {
project.exec {
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
commandLine 'cmd', '/c', "bal.bat -v"
} else {
Expand Down

0 comments on commit 247f62c

Please sign in to comment.