From a327c706fe3e5f3472f2e50fbe7f09cc362e75e6 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) }