Skip to content

Commit

Permalink
update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Sep 12, 2016
1 parent f487e75 commit 3e7c942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Expand Up @@ -4,7 +4,7 @@ import (
"log"
"os/exec"

"github.com/kovetskiy/executil"
"github.com/reconquest/executil-go"
)

func execute(cmd *exec.Cmd) (string, error) {
Expand Down

0 comments on commit 3e7c942

Please sign in to comment.