Ubuntu Pastebin

Paste from ubuntu at Thu, 2 Jul 2015 16:23:49 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/component/all/process.go b/component/all/process.go
index 1d419f4..c0f5ebf 100644
--- a/component/all/process.go
+++ b/component/all/process.go
@@ -66,7 +66,7 @@ func (c workloadProcesses) registerHookContextFacade() {
 			return nil, errors.NewNotValid(nil, "st is nil")
 		}
 		// TODO(natefinch): uncomment when the appropriate state functions exist.
-		return &server.HookContextAPI{ /* st */ }, nil
+		return &server.HookContextAPI{ /* st */}, nil
 	}
 
 	common.RegisterHookContextFacade(
Download as text