Unverified Commit 017276a4 authored by Pop's avatar Pop Committed by GitHub
Browse files

netbird: fix typo in warning message (#406819)

parent 813b891a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.";
      }
    ];