wrapper-manager/sandboxing: fix options for extraArgs

This commit is contained in:
Gabriel Arazas 2024-08-06 11:07:07 +08:00
parent 7524d87b49
commit c73d27dba3
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -22,7 +22,7 @@
wraparound = {
arg0 = options.arg0;
extraArgs = options.extraArgs;
extraArgs = options.appendArgs;
};
};
};