From 08348eed28aa1b56e18412c1b46e4a0d9355b093 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 18 Dec 2014 11:50:01 -0800 Subject: [PATCH] config: some extra comments --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index d356d9f425..abe60db6ef 100644 --- a/config/config.go +++ b/config/config.go @@ -365,6 +365,7 @@ func (c *Config) Validate() error { } r.RawCount.init() + // Verify depends on points to resources that all exist for _, d := range r.DependsOn { if _, ok := resources[d]; !ok { errs = append(errs, fmt.Errorf(