Skip to content

Commit af5c7fe

Browse files
committed
style: fix typo
1 parent 57c31f3 commit af5c7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/database_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func (r *DatabaseReconciler) getDatabaseConnection(databaseType string) (adapter
148148
mongoURL := os.Getenv("MONGO_URL")
149149

150150
if mongoURL == "" {
151-
return nil, errors.NewBadRequest("Couchdb database not configured (provide: MONGO_URL)")
151+
return nil, errors.NewBadRequest("Mongo database not configured (provide: MONGO_URL)")
152152
}
153153

154154
return adapters.GetMongoConnection(mongoURL)

0 commit comments

Comments
 (0)