Merge pull request #2031 from jcollie/cgroup-typo

fix typo
This commit is contained in:
Mitchell Hashimoto
2024-08-01 20:10:09 -07:00
committed by GitHub

View File

@ -462,7 +462,7 @@ pub fn run(self: *App) !void {
log.info("cgroup isolation enabled base={s}", .{path}); log.info("cgroup isolation enabled base={s}", .{path});
self.transient_cgroup_base = path; self.transient_cgroup_base = path;
} else log.debug("cgroup isoation disabled config={}", .{self.config.@"linux-cgroup"}); } else log.debug("cgroup isolation disabled config={}", .{self.config.@"linux-cgroup"});
// Setup our menu items // Setup our menu items
self.initActions(); self.initActions();