mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
typo
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
3891dc0aef
commit
5f000085ee
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user