summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-25 15:27:10 -0500
committerJeff Carr <[email protected]>2024-10-25 15:27:10 -0500
commit7cc0bd9b2c85c24f71e4c1e471db7e6a1ccecb48 (patch)
treeb8702a82e6608e9dc5d13b44cfde294192c239ce /main.go
parent8dc0bf6facdb30a1775ed89321d124f7a0bb4970 (diff)
show droplet total count
Signed-off-by: Jeff Carr <[email protected]>
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 42b8950..b90ce59 100644
--- a/main.go
+++ b/main.go
@@ -50,7 +50,7 @@ func main() {
cfgfile()
// sanity check the droplets
- checkDroplets()
+ checkDroplets(false)
// ok tracks if all the libvirt xml files imported ok
var ok bool = true