mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01: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…
Add table
Add a link
Reference in a new issue