summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 794ee83..31fbd3d 100644
--- a/main.go
+++ b/main.go
@@ -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)
}