mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
netbird: fix typo in warning message (#406819)
This commit is contained in:
parent
813b891a78
commit
017276a4aa
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue