fix: typos

This commit is contained in:
a-kenji 2022-11-21 12:00:45 +01:00
parent c60f20ceff
commit 581870a444
2 changed files with 3 additions and 3 deletions

2
disko
View file

@ -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 \