Fix typo in custom ISO scripts

This commit is contained in:
Vili Sinervä 2024-08-28 13:37:01 +03:00
parent 7d8a741b9e
commit d368c3f43b
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -31,7 +31,7 @@ let
create-filesystems = pkgs.writeScriptBin "create-filesystems" ''
if [[ $# -ne 2 ]]
then
echo "Usage: make-filesystems <BOOT partition> <root partition>"
echo "Usage: create-filesystems <BOOT partition> <root partition>"
exit
fi