Skip to content

Commit

Permalink
Delete redundant collectd config dir logic
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsignalfx committed Apr 12, 2021
1 parent ecdf267 commit bbae520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/extension/smartagentextension/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
"os"
"path/filepath"
"runtime"
"strings"

"github.com/signalfx/signalfx-agent/pkg/core/common/constants"
saconfig "github.com/signalfx/signalfx-agent/pkg/core/config"
Expand Down Expand Up @@ -74,6 +73,7 @@ func createDefaultConfig() config.Extension {
}
cfg.BundleDir = bundleDir
cfg.Collectd.BundleDir = bundleDir

return &Config{
ExtensionSettings: config.ExtensionSettings{
TypeVal: typeStr,
Expand Down

0 comments on commit bbae520

Please sign in to comment.