diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ func main() { var newEvents []*pb.Event // sanity check the cluster & droplets - if err := ValidateDroplets(me.cluster); err != nil { + if _, _, err := ValidateDroplets(me.cluster); err != nil { log.Info("todo: add flag to ignore. for now, fix problems in the config file.") os.Exit(0) } |
