Skip to content

Commit

Permalink
don't require git for build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktrn committed Apr 12, 2024
1 parent 4a0368d commit 5eaf7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/otlp-importer/scripts/submodule.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ try {
await execPromise("git --version");
} catch (error) {
console.error("Git not installed or missing from PATH.");
process.exit(1);
process.exit(0);
}

// submodule sync
Expand Down

0 comments on commit 5eaf7bc

Please sign in to comment.