Skip to content

Commit

Permalink
fix not being able to run local Gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferada committed May 3, 2024
1 parent d3efcd7 commit c8877b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cdxgen
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ let options = {
deterministicForTests: args.deterministicForTests,
};

let filePath = args._[0] || ".";
let filePath = path.resolve(args._[0] || ".");

/**
* Method to start the bom creation process
Expand Down

0 comments on commit c8877b0

Please sign in to comment.