mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
index is not needed anymore
This commit is contained in:
@@ -47,7 +47,7 @@ func init() {
|
||||
}
|
||||
if len(auditErrors) > 0 {
|
||||
log.Errorf("connecting to audit database, defined in %s", configFile)
|
||||
for i, err := range auditErrors {
|
||||
for _, err := range auditErrors {
|
||||
log.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user