Skip to content

Commit e796427

Browse files
committed
[airos] fixed typo to comply with netjson standard
1 parent 9a18b3f commit e796427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netjsonconfig/backends/airos/converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def to_intermediate(self):
505505
result = [
506506
{
507507
'community': 'public',
508-
'contact': original.get('mantainer', ''),
508+
'contact': original.get('maintainer', ''),
509509
'location': original.get('location', ''),
510510
'status': 'enabled',
511511
},

0 commit comments

Comments
 (0)