minor
This commit is contained in:
parent
3adf07b442
commit
3e0e1b4531
|
@ -11,8 +11,6 @@ import (
|
||||||
"go.wit.com/log"
|
"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
|
// write to ~/.config/forge/ unless ENV{FORGE_HOME} is set
|
||||||
func (m *Repos) ConfigSave() error {
|
func (m *Repos) ConfigSave() error {
|
||||||
if os.Getenv("FORGE_HOME") == "" {
|
if os.Getenv("FORGE_HOME") == "" {
|
||||||
|
|
Loading…
Reference in New Issue