Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit a6e2ce0

Browse files
fix: change comment in order to fix CI (#47)
1 parent 0e3e089 commit a6e2ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

splunk_connect_for_snmp_mib_server/translator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ def __init__(self, server_config):
4444
# Execute the 1st translation to force mibs to be ready to use
4545
self.first_mib_translation_trigger()
4646

47-
# build a oids collection in mongo
47+
# build a oids collection in mongodb
4848
def build_oids_collection(self, oid_mongo_config):
4949
oids_collection = OidsRepository(oid_mongo_config)
5050
return oids_collection
5151

52-
# build a mibs collection in mongo
52+
# build a mibs collection in mongodb
5353
def build_mibs_collection(self, mib_mongo_config):
5454
mibs_collection = MibsRepository(mib_mongo_config)
5555
return mibs_collection

0 commit comments

Comments
 (0)