diff options
| author | azhn <anthony.zh.oon@gmail.com> | 2025-09-13 06:54:41 +1000 |
|---|---|---|
| committer | azhn <anthony.zh.oon@gmail.com> | 2025-09-13 06:54:56 +1000 |
| commit | 928f5492dc6cda23466f4f91f776fe5509c1b81c (patch) | |
| tree | 8741c50b66f809612f721dcee952d6d8d41ce267 /HACKING.md | |
| parent | e0350aa13f104ec19a423cc0041b58ca6dcb2153 (diff) | |
Fix name of `check-zig-cache.sh` in documentation for updating the zig cache hash
Diffstat (limited to 'HACKING.md')
| -rw-r--r-- | HACKING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md index 2d3640fca..905a244e8 100644 --- a/HACKING.md +++ b/HACKING.md @@ -150,7 +150,7 @@ hash in CI, and builds will fail if it drifts. To update it, you can run the following in the repository root: ``` -./nix/build-support/check-zig-cache-hash.sh --update +./nix/build-support/check-zig-cache.sh --update ``` This will write out the `nix/zigCacheHash.nix` file with the updated hash |
