mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
netbird: fix typo in warning message (#406819)
This commit is contained in:
@@ -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.";
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user