From d368c3f43bfa163b0ad283226576dd627225b4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Wed, 28 Aug 2024 13:37:01 +0300 Subject: [PATCH] Fix typo in custom ISO scripts --- misc/custom-iso-base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/custom-iso-base.nix b/misc/custom-iso-base.nix index 2114d60..a470b8b 100644 --- a/misc/custom-iso-base.nix +++ b/misc/custom-iso-base.nix @@ -31,7 +31,7 @@ let create-filesystems = pkgs.writeScriptBin "create-filesystems" '' if [[ $# -ne 2 ]] then - echo "Usage: make-filesystems " + echo "Usage: create-filesystems " exit fi