Skip to content

Commit 7600a7d

Browse files
authored
fix: Actually --known_good is not required (#491)
1 parent 9d23c79 commit 7600a7d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts_bazel/merge_sourcelinks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def main():
3939
)
4040
_ = parser.add_argument(
4141
"--known_good",
42-
required=True,
4342
help="Path to a required 'known good' JSON file (provided by Bazel).",
4443
)
4544
_ = parser.add_argument(

0 commit comments

Comments
 (0)