Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit a38da7f

Browse files
mkleenmfussenegger
authored andcommitted
Fix maven command in run-crate
1 parent 59bdcdb commit a38da7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cr8/run_crate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def _build_tarball(src_repo) -> Path:
587587
run(['git', 'submodule', 'update', '--init', '--', 'es/upstream'])
588588
if (path / "mvnw").exists():
589589
run([
590-
"mvnw",
590+
"./mvnw",
591591
"-T", "1C",
592592
"clean",
593593
"package",

0 commit comments

Comments
 (0)