mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +02:00
Add ./ to execute the binary in CWD
This commit is contained in:
parent
5ab1cb61a3
commit
b88bc86204
@ -68,7 +68,7 @@ def main() -> None:
|
|||||||
validate_slsa("./hishtory")
|
validate_slsa("./hishtory")
|
||||||
# TODO: Run validation using hishtory built at HEAD too
|
# TODO: Run validation using hishtory built at HEAD too
|
||||||
print("Validating other metadata")
|
print("Validating other metadata")
|
||||||
validate_hishtory_status("hishtory-darwin-amd64")
|
validate_hishtory_status("./hishtory-darwin-amd64")
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
Loading…
x
Reference in New Issue
Block a user