Skip to content

Commit

Permalink
Fix exec not found issue in verify-bal-version task
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Aug 7, 2024
1 parent 55570ed commit 735d0d1
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 735d0d1

Please sign in to comment.