Skip to content

Commit 23d402a

Browse files
committed
Fix header
1 parent 5770625 commit 23d402a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/update_multitool_binaries.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env python
22

33
"""
4-
This script updates the version of tool binaries defined in a Bazel rules_multitool lockfile. If the tool has binaries
5-
hosted in a public GitHub repo's Release assets, it will update the lockfile's URL and hash to the latest versions,
6-
otherwise it will skip it.
4+
This script updates the version of tool binaries defined in a Bazel rules_multitool lockfile.
5+
If the tool has binaries hosted in a public GitHub repo's Release assets, it will update the
6+
ockfile's URL and hash to the latest versions, otherwise it will skip it.
77
88
See: https://github.com/theoremlp/rules_multitool
99

0 commit comments

Comments
 (0)