diff options
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -60,12 +60,13 @@ func (cfg *ForgeConfigs) DumpENV() { log.Infof("CfgPB.Filename = %s\n", cfg.Filename) log.Infof("CfgPB.ReposPB = %s\n", cfg.ReposPB) log.Infof("CfgPB.ReposDir = %s\n", cfg.ReposDir) - log.Infof("CfgPB.PatchDir = %s\n", cfg.PatchDir) + log.Infof("CfgPB.PatchPB = %s\n", cfg.PatchPB) log.Infof("CfgPB.ForgeURL = %s\n", cfg.ForgeURL) if cfg.GoWork { log.Infof("CfgPB.GoWork = %v\n", cfg.GoWork) } log.Infof("CfgPB.Mode = %s\n", cfg.Mode) + log.Infof("CfgPB.PatchDir = %s #deprecate\n", cfg.PatchDir) // log.Infof("CfgPB.Hostname=%s\n", cfg.Hostname) } |
