From dce52f0d0d2f7572737a9d658cbb0cd871f6c793 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sun, 16 Apr 2023 16:05:35 +0200 Subject: [PATCH] style: updated comment --- src/config/schema_blanks/sandbox/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/schema_blanks/sandbox/mod.rs b/src/config/schema_blanks/sandbox/mod.rs index 2045b60..d80e4af 100644 --- a/src/config/schema_blanks/sandbox/mod.rs +++ b/src/config/schema_blanks/sandbox/mod.rs @@ -7,7 +7,7 @@ pub use mounts::Mounts; #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] pub struct Sandbox { - /// Use `bwrap` to run the game. Default is `true` + /// Use `bwrap` to run the game. Default is `false` pub enabled: bool, /// Mount tmpfs to `/home`, `/var/home/$USER` and `$HOME`. Default is `true`