netbird: fix typo in warning message (#406819)

This commit is contained in:
Pop
2025-05-23 11:32:04 +08:00
committed by GitHub
parent 813b891a78
commit 017276a4aa

View File

@@ -87,7 +87,7 @@ in
assertions = [
{
assertion = hasAttr "AUTH_AUTHORITY" cfg.settings;
message = "The setting AUTH_AUTHORITY is required for the dasboard to function.";
message = "The setting AUTH_AUTHORITY is required for the dashboard to function.";
}
];