mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-23 05:51:08 +01:00
Expand user path before attempting validation
This commit is contained in:
parent
1edb6642a9
commit
516ee59791
@ -72,7 +72,7 @@ def main() -> None:
|
||||
validate_slsa(os.path.expanduser("~/.hishtory/hishtory"))
|
||||
print("Validating other metadata")
|
||||
validate_hishtory_status("./hishtory-darwin-amd64", True)
|
||||
validate_hishtory_status("~/.hishtory/hishtory", False)
|
||||
validate_hishtory_status(os.path.expanduser("~/.hishtory/hishtory"), False)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Loading…
Reference in New Issue
Block a user