Skip to content

Commit

Permalink
Simplify path
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
  • Loading branch information
s00500 committed May 20, 2021
1 parent 0073f9f commit bd0678d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinks.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type HelloVideoSink struct {
}

func (sink HelloVideoSink) StartInstance() (io.WriteCloser, func()) {
cmd := exec.Command("/opt/vc/src/hello_pi/hello_video/hello_video.bin")
cmd := exec.Command("/etc/hello_video.bin")
stdin, err := cmd.StdinPipe()
if err != nil {
log.Fatal("Could not get hellovideo stdin")
Expand Down

0 comments on commit bd0678d

Please sign in to comment.