This commit is contained in:
Jeff Carr 2025-09-11 02:45:31 -05:00
parent 7ab21831a0
commit b30ecc89fb
1 changed files with 0 additions and 2 deletions

View File

@ -55,8 +55,6 @@ func configInit() (*forgepb.ForgeConfigs, error) {
log.Info("WARNING: made a new default config file here", configs.Filename)
okExit("")
}
if err != nil {
}
return configs, err
}