summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7522435..cb398d2 100644
--- a/main.go
+++ b/main.go
@@ -43,6 +43,9 @@ func main() {
cfgfile()
+ // sanity check the droplets
+ checkDroplets()
+
var ok bool = true
for _, filename := range argv.Xml {
domcfg, err := readXml(filename)