Skip to content

Commit

Permalink
runner: fix prettyProcnames
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Feb 4, 2024
1 parent 72895c9 commit c5074bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let
preStart = hypervisorConfig.preStart or microvmConfig.preStart;
tapMultiQueue = hypervisorConfig.tapMultiQueue or false;

execArg = lib.optionalString microvmConfig.prettyProcname
execArg = lib.optionalString microvmConfig.prettyProcnames
''-a "microvm@${microvmConfig.hostName}"'';

runScriptBin = pkgs.buildPackages.writeScriptBin "microvm-run" ''
Expand Down

0 comments on commit c5074bb

Please sign in to comment.