mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2026-02-03 01:45:08 +01:00
fix: typos
This commit is contained in:
parent
c60f20ceff
commit
581870a444
2 changed files with 3 additions and 3 deletions
2
disko
2
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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue