mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 11:39:24 +01: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")
|
||||
# TODO: Run validation using hishtory built at HEAD too
|
||||
print("Validating other metadata")
|
||||
validate_hishtory_status("hishtory-darwin-amd64")
|
||||
validate_hishtory_status("./hishtory-darwin-amd64")
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Loading…
Reference in New Issue
Block a user