Fix name of `check-zig-cache.sh` in documentation for updating the zig cache hash

pull/8609/head
azhn 2025-09-13 06:54:41 +10:00
parent e0350aa13f
commit 928f5492dc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -34,7 +34,7 @@ help() {
echo "To fix, please (manually) re-run the script from the repository root,"
echo "commit, and submit a PR with the update:"
echo ""
echo " ./nix/build-support/check-zig-cache-hash.sh --update"
echo " ./nix/build-support/check-zig-cache.sh --update"
echo " git add build.zig.zon.nix build.zig.zon.txt build.zig.zon.json flatpak/zig-packages.json"
echo " git commit -m \"nix: update build.zig.zon.nix build.zig.zon.txt build.zig.zon.json flatpak/zig-packages.json\""
echo ""