trivial-builders: Fix writeShellScript example (#63888)

This commit is contained in:
Erik Nygren 2019-06-29 16:50:02 +02:00 committed by zimbatm
parent 138c2cb7b1
commit 4e5b10d98c

View file

@ -143,7 +143,7 @@ rec {
* Automatically includes interpreter above the contents passed.
*
* Example:
* # Writes my-file to /nix/store/<store path>/my-file and makes executable.
* # Writes my-file to /nix/store/<store path> and makes executable.
* writeShellScript "my-file"
* ''
* Contents of File