Skip to content

Commit

Permalink
[airos] fixed typo to comply with netjson standard
Browse files Browse the repository at this point in the history
  • Loading branch information
edoput committed Sep 11, 2017
1 parent 9a18b3f commit e796427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netjsonconfig/backends/airos/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def to_intermediate(self):
result = [
{
'community': 'public',
'contact': original.get('mantainer', ''),
'contact': original.get('maintainer', ''),
'location': original.get('location', ''),
'status': 'enabled',
},
Expand Down

0 comments on commit e796427

Please sign in to comment.