diff options
| author | Jeff Carr <[email protected]> | 2024-11-21 19:48:38 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-21 19:48:38 -0600 |
| commit | 3e0e1b4531b45f3399dc6a2e9632bc88b609fa0b (patch) | |
| tree | 6fc2d7456954c4d430f93c778ebe9ddc48154522 | |
| parent | 3adf07b442c62bd70e7bf37d4c07e51464b25e09 (diff) | |
minorv0.0.2
| -rw-r--r-- | config.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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") == "" { |
