Skip to content

Commit 0a70626

Browse files
yurypmlguohan
authored andcommitted
[snmpd]: Fix typo in is_platform_arista (#1634)
1 parent de3e8cc commit 0a70626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockers/docker-snmp-sv2/snmpd-config-updater

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def is_platform_arista():
238238

239239
if proc.returncode != 0:
240240
log_error("Failed to retrieve platform string")
241-
return false
241+
return False
242242

243243
return "arista" in stdout
244244

0 commit comments

Comments
 (0)