Skip to content

Commit

Permalink
[snmpd]: Fix typo in is_platform_arista (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurypm authored and lguohan committed Apr 28, 2018
1 parent de3e8cc commit 0a70626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-snmp-sv2/snmpd-config-updater
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def is_platform_arista():

if proc.returncode != 0:
log_error("Failed to retrieve platform string")
return false
return False

return "arista" in stdout

Expand Down

0 comments on commit 0a70626

Please sign in to comment.