Skip to content

Commit

Permalink
update dockerExe
Browse files Browse the repository at this point in the history
  • Loading branch information
sethpollack committed Nov 22, 2018
1 parent 67de659 commit 83b707f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/applet.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os/exec"
)

const dockerExe = "/usr/local/bin/docker"
const dockerExe = "docker"

type Applet struct {
Name string `yaml:"name"`
Expand Down

0 comments on commit 83b707f

Please sign in to comment.