Skip to content

Commit

Permalink
fixed --ovp command line argument
Browse files Browse the repository at this point in the history
  • Loading branch information
attie committed Dec 4, 2019
1 parent 03ff3f9 commit 58059a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koradctl/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run_noninteractive(self):
))

if self.args.over_voltage_protection is not None:
self.psu.set_ocp_state(self.args.over_voltage_protection)
self.psu.set_ovp_state(self.args.over_voltage_protection)
print('OVP: request: %-5s' % (
'On' if self.args.over_voltage_protection else 'Off',
))
Expand Down

0 comments on commit 58059a2

Please sign in to comment.