mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
fix(cli): pass --root-mountpoint value as string
This commit is contained in:
parent
a2dec6e4e0
commit
1c9c199e49
1 changed files with 1 additions and 1 deletions
2
disko
2
disko
|
@ -72,7 +72,7 @@ while [[ $# -gt 0 ]]; do
|
|||
dry_run=y
|
||||
;;
|
||||
--root-mountpoint)
|
||||
nix_args+=(--arg rootMountPoint "$2")
|
||||
nix_args+=(--argstr rootMountPoint "$2")
|
||||
shift
|
||||
;;
|
||||
--no-deps)
|
||||
|
|
Loading…
Reference in a new issue