summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-22 18:58:47 -0500
committerJeff Carr <[email protected]>2024-10-22 18:58:47 -0500
commite2d872f088be24e0a6355f6826625b129a965698 (patch)
tree66f69afaec1a7e9be2980837b853f8806715ff9c /main.go
parentb1a943fa3dff6a9a0d7f802111334be7d1175492 (diff)
start to deprecate dumb droplets file
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 3bd152a..d796946 100644
--- a/main.go
+++ b/main.go
@@ -30,7 +30,7 @@ func main() {
}
readConfigFile()
- readDropletFile("droplets")
+ // readDropletFile("droplets")
readHypervisorFile("hypervisor")
writeConfigFile()