diff options
| author | Jeff Carr <[email protected]> | 2024-11-30 01:31:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-30 01:31:54 -0600 |
| commit | d972937cca56565ed4b7f53f708530992f98646b (patch) | |
| tree | 21455c80f53ec7b0a044b25a1c6f1672d6d7903d /config.go | |
| parent | 09d9c36f76f4810087bc0acfa9854d61bfd3db86 (diff) | |
move Clone() herev0.0.8
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ func (c *ForgeConfigs) ConfigLoad() error { } // first time user. make a template config file - c.SampleConfig() + c.sampleConfig() return nil } |
