churchers / vm-bhyve

Shell based, minimal dependency bhyve manager
BSD 2-Clause "Simplified" License
825 stars 174 forks source link

Typo in info::switch_show() #486

Closed SirDice closed 1 year ago

SirDice commented 1 year ago

https://github.com/churchers/vm-bhyve/blob/07f96108eac52f60ecafd633da90fc9463ad0c99/lib/vm-info#L99

There's a comma that shouldn't be there. It causes a local: _netgraph,: bad variable name with vm switch info. Doesn't appear to cause any further issues.

churchers commented 1 year ago

Thanks SirDice, this has been fixed in PR #485