Skip to content

Commit

Permalink
config.commands: Fix log package
Browse files Browse the repository at this point in the history
  • Loading branch information
justenwalker committed Apr 29, 2016
1 parent d887c28 commit 8bbd8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"os/exec"

log "github.com/Sirupsen/logrus"
"github.com/joyent/containerpilot/utils"
"github.com/prometheus/common/log"
)

// ParsePreStart ...
Expand Down

0 comments on commit 8bbd8f3

Please sign in to comment.