summaryrefslogtreecommitdiffstats
path: root/disko
diff options
context:
space:
mode:
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 \