Skip to content

Commit

Permalink
wip: allow option arg
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Jul 14, 2023
1 parent 74e9584 commit dd91c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Ravada/VM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ sub _check_require_base {
delete $args{start};
delete $args{remote_ip};

delete @args{'_vm','name','vm', 'memory','description','id_iso','listen_ip','spice_password','from_pool', 'volatile', 'alias','storage'};
delete @args{'_vm','name','vm', 'memory','description','id_iso','listen_ip','spice_password','from_pool', 'volatile', 'alias','storage', 'options'};

confess "ERROR: Unknown arguments ".join(",",keys %args)
if keys %args;
Expand Down

0 comments on commit dd91c0a

Please sign in to comment.