summaryrefslogtreecommitdiffstats
path: root/disko
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-11-21 12:00:45 +0100
committera-kenji <aks.kenji@protonmail.com>2022-11-21 12:00:45 +0100
commit581870a4445b53945303239ef3305212c22d12a3 (patch)
tree368b8f28fa960746d864177228d639338a439556 /disko
parentc60f20ceffd9cd662aad8482dd1bdeed472d75c2 (diff)
fix: typos
Diffstat (limited to 'disko')
-rwxr-xr-xdisko2
1 files changed, 1 insertions, 1 deletions
diff --git a/disko b/disko
index 89926d8..d641304 100755
--- a/disko
+++ b/disko
@@ -107,7 +107,7 @@ if [[ ! -z "${flake+x}" ]]; then
elif [[ ! -z "${disko_config+x}" ]] && [[ -e "$disko_config" ]]; then
nix_args+=("--arg" "diskoFile" "$disko_config")
else
- abort "disko config must be an exising file or flake must be set"
+ abort "disko config must be an existing file or flake must be set"
fi
script=$(nix-build "${libexec_dir}"/cli.nix \