From e940643f203ec02a1c8404237fb899e0ec9876c9 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Sat, 15 Nov 2014 01:00:09 -0800 Subject: [PATCH] docs License: MIT Signed-off-by: Brian Tiger Chow --- cmd/ipfs2/ipfs.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/ipfs2/ipfs.go b/cmd/ipfs2/ipfs.go index c3a0588af..45633df7c 100644 --- a/cmd/ipfs2/ipfs.go +++ b/cmd/ipfs2/ipfs.go @@ -61,6 +61,8 @@ type cmdDetails struct { // command initializesConfig bool + // preemptsAutoUpdate describes commands that must be executed without the + // pre-command update hook preemptsAutoUpdate bool }