Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmeyer committed Mar 25, 2019
1 parent d237692 commit 8626989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm_mq/datadog_checks/ibm_mq/ibm_mq.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def get_pcf_channel_metrics(self, queue_manager, tags, config):
for channel in config.channels:
self._get_channel_status(queue_manager, channel, tags, config)

def _get_channel_status(queue_manager, channel, tags, config):
def _get_channel_status(self, queue_manager, channel, tags, config):
channel_tags = tags + ["channel:{}".format(channel)]
try:
args = {
Expand Down

0 comments on commit 8626989

Please sign in to comment.