mirror of https://bitbucket.org/ausocean/av.git
looper0: fixing build error
This commit is contained in:
parent
db773444d3
commit
a5410511fa
|
@ -75,7 +75,7 @@ func main() {
|
|||
}
|
||||
|
||||
// Making sure that play command is on the pi.
|
||||
path, err := exec.LookPath("play")
|
||||
path, err = exec.LookPath("play")
|
||||
if err != nil {
|
||||
log.Fatalf("fatal: didn't find 'play' executable\n")
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue