looper0: fixing build error

This commit is contained in:
Ella Pietraroia 2020-02-28 09:25:52 +10:30
parent db773444d3
commit a5410511fa
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ func main() {
} }
// Making sure that play command is on the pi. // Making sure that play command is on the pi.
path, err := exec.LookPath("play") path, err = exec.LookPath("play")
if err != nil { if err != nil {
log.Fatalf("fatal: didn't find 'play' executable\n") log.Fatalf("fatal: didn't find 'play' executable\n")
} else { } else {