Skip to content

Commit cba7f79

Browse files
authored
Fix version update script (#18628)
1 parent faf83cf commit cba7f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/update_ext_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ def main(package_json: pathlib.Path, argv: Sequence[str]) -> None:
105105

106106

107107
if __name__ == "__main__":
108-
main(PACKAGE_JSON_PATH, sys.argv)
108+
main(PACKAGE_JSON_PATH, sys.argv[1:])

0 commit comments

Comments
 (0)