summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-21 19:48:38 -0600
committerJeff Carr <[email protected]>2024-11-21 19:48:38 -0600
commit3e0e1b4531b45f3399dc6a2e9632bc88b609fa0b (patch)
tree6fc2d7456954c4d430f93c778ebe9ddc48154522
parent3adf07b442c62bd70e7bf37d4c07e51464b25e09 (diff)
minorv0.0.2
-rw-r--r--config.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.go b/config.go
index 7b28496..672d974 100644
--- a/config.go
+++ b/config.go
@@ -11,8 +11,6 @@ import (
"go.wit.com/log"
)
-// writes out the cluster information it seperate files
-// to make it humanly possible to hand edit things as needed
// write to ~/.config/forge/ unless ENV{FORGE_HOME} is set
func (m *Repos) ConfigSave() error {
if os.Getenv("FORGE_HOME") == "" {