We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c31f3 commit af5c7feCopy full SHA for af5c7fe
controllers/database_controller.go
@@ -148,7 +148,7 @@ func (r *DatabaseReconciler) getDatabaseConnection(databaseType string) (adapter
148
mongoURL := os.Getenv("MONGO_URL")
149
150
if mongoURL == "" {
151
- return nil, errors.NewBadRequest("Couchdb database not configured (provide: MONGO_URL)")
+ return nil, errors.NewBadRequest("Mongo database not configured (provide: MONGO_URL)")
152
}
153
154
return adapters.GetMongoConnection(mongoURL)
0 commit comments