Unverified Commit e873268a authored by Domen Kožar's avatar Domen Kožar Committed by GitHub
Browse files

nixos/datadog-agent: fix deprecated trace agent option (#336546)

parents eb49254f 0cdf53a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ in {
        path = [ ];
        script = ''
          export DD_API_KEY=$(head -n 1 ${cfg.apiKeyFile})
          ${datadogPkg}/bin/trace-agent -config /etc/datadog-agent/datadog.yaml
          ${datadogPkg}/bin/trace-agent --config /etc/datadog-agent/datadog.yaml
        '';
      });