Skip to content

Commit d8c50c8

Browse files
authored
Merge pull request byt3bl33d3r#139 from mpgn/bump
fix build of binary
2 parents 1b11f1e + e0db872 commit d8c50c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_collector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ def build_cme():
4040
"-m",
4141
"pip",
4242
"install",
43-
"-r",
44-
"requirements.txt",
43+
"-e",
44+
".",
4545
"-t",
4646
"build",
4747
],

0 commit comments

Comments
 (0)