diff --git a/config/commands.go b/config/commands.go index 7b3cdad7..810b7fee 100644 --- a/config/commands.go +++ b/config/commands.go @@ -4,8 +4,8 @@ import ( "fmt" "os/exec" + log "github.com/Sirupsen/logrus" "github.com/joyent/containerpilot/utils" - "github.com/prometheus/common/log" ) // ParsePreStart ...