Skip to content

Commit

Permalink
Fix for issue #1355
Browse files Browse the repository at this point in the history
  • Loading branch information
chidanandpujar committed Feb 3, 2025
1 parent e6af97e commit 1af2d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jnpr/junos/facts/vmhost.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def provides_facts():
"""
return {
"vmhost": "A boolean indicating if the device is vmhost.",
"vmhost_info": "A dictionay indicating vmhost RE partion JUNOS versions.",
"vmhost_info": "A dictionary indicating vmhost RE partition JUNOS versions.",
}


Expand Down

0 comments on commit 1af2d1d

Please sign in to comment.