Skip to content

Commit 17b90db

Browse files
committed
[airos] fixed typo in converter class
1 parent f21906c commit 17b90db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netjsonconfig/backends/airos/converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def to_intermediate(self):
137137
return (('discovery', result),)
138138

139139

140-
class Dyndns(AirOSConverter):
140+
class Dyndns(AirOsConverter):
141141
netjson_key = 'general'
142142

143143
def to_intermediate(self):

0 commit comments

Comments
 (0)