mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
Merge pull request #180 from maxbrunet/fix/cli/root-mountpoint-str
This commit is contained in:
commit
93672b9b1e
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