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") == "" {