Unverified Commit 5fdf16f3 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

nixos/ddclient: remove 'password=' from secretsFile placeholder (#486850)

parents b3044ee3 caa27c14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ let
      else if (cfg.passwordFile != null) then
        "password=@password_placeholder@"
      else if (cfg.secretsFile != null) then
        "password=@secrets_placeholder@"
        "@secrets_placeholder@"
      else
        ""
    }