Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Set datadog-agent and datadog/gopsutil back to master
Browse files Browse the repository at this point in the history
review feedback
  • Loading branch information
derekwbrown committed Jan 23, 2018
1 parent 329bc77 commit 637c69e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions agent/main_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ var defaultConfigPath = "c:\\programdata\\datadog\\datadog.yaml"
var defaultOldConfigPath = "c:\\programdata\\datadog\\datadog.conf"
var defaultConfdPath = "c:\\programdata\\datadog\\conf.d"

var ddconfigPath string //= flag.String("ddconfig", "", "Path to the datadog.yaml configuration file")
var ddconfdPath string //= flag.String("ddconfd", "", "Path to the conf.d directory that contains all integration config files")
var winopts struct {
installService bool
uninstallService bool
Expand Down
6 changes: 4 additions & 2 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package: github.com/DataDog/datadog-process-agent
import:
- package: github.com/DataDog/datadog-agent
vcs: git
version: db/merge_no_docker
version: master
repo: git@github.com:DataDog/datadog-agent.git
- package: github.com/DataDog/agent-payload
- package: github.com/DataDog/gopsutil
vcs: git
version: db/add_windows_checks
version: master
subpackages:
- gogen
- package: github.com/shirou/gopsutil
Expand Down

0 comments on commit 637c69e

Please sign in to comment.