Skip to content

Commit

Permalink
Correct the name for vm.perf.counter.info method
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Jan 6, 2015
1 parent 660bd07 commit da2e4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vpoller/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def __init__(self, user, pwd, host):
'method': self.vm_net_get,
'required': ['hostname', 'name'],
},
'vm.perf.counter.get': {
'vm.perf.counter.info': {
'method': self.vm_perf_counter_info,
'required': ['hostname', 'name'],
},
Expand Down

0 comments on commit da2e4b8

Please sign in to comment.