Merge pull request #280708 from thillux/fix-trackpoint

modules/trackpoint: fix quote
This commit is contained in:
nikstur 2024-01-13 15:25:25 +01:00 committed by GitHub
commit ce1ed11483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ with lib;
serviceConfig.Type = "oneshot";
serviceConfig.RemainAfterExit = true;
serviceConfig.ExecStart = ''
${config.systemd.package}/bin/udevadm trigger --attr-match=name="${cfg.device}
${config.systemd.package}/bin/udevadm trigger --attr-match=name="${cfg.device}"
'';
};
})