From 5f000085eefca6ece52d58cd62cef5218d4721e3 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Wed, 27 Jan 2016 12:19:02 +0000 Subject: [PATCH] typo Signed-off-by: Justin Cormack --- alpine/packages/hupper/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/packages/hupper/main.go b/alpine/packages/hupper/main.go index ff5304729..3048cd8a0 100644 --- a/alpine/packages/hupper/main.go +++ b/alpine/packages/hupper/main.go @@ -37,7 +37,7 @@ func main() { // 43 bytes is the record size of the watch buf := make([]byte, 43) // initial state - _, err := watch.Read(buf) + _, err = watch.Read(buf) if err != nil { log.Fatalln("Error reading watch file", err) }