Unverified Commit 3accf6d3 authored by Tobi Bleiker's avatar Tobi Bleiker Committed by GitHub
Browse files

znapzend: update declarations for --mailErrorSummaryTo

parent 2bb9ac64
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -316,9 +316,9 @@ in
      };

      mailErrorSummaryTo = mkOption {
        type = str;
        type = singleLineStr;
        default = "";
        description = lib.mdDoc ''
        description = ''
          Email address to send a summary to if "send task(s) failed".
        '';
      };