doc/build-helpers/testers: Fix command renamed to script (#352713)

authored by Gavin John and committed by GitHub 67a56f27 685845f0

+1 -1
+1 -1
doc/build-helpers/testers.chapter.md
··· 364 364 ```nix 365 365 testers.runCommand { 366 366 name = "access-the-internet"; 367 - command = '' 367 + script = '' 368 368 curl -o /dev/null https://example.com 369 369 touch $out 370 370 '';