summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.go b/config.go
index 9d3adc1..54e1088 100644
--- a/config.go
+++ b/config.go
@@ -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
}