BerlinVagrant / vagrant-dns

A plugin to manage DNS records for vagrant environments
MIT License
490 stars 50 forks source link

Fix hooks running only one for multi machine commands #79

Closed fnordfish closed 1 year ago

fnordfish commented 1 year ago

Fixes #78

This got broken due to #67, which was an attempt to fix #66, but overshot quite a bit.

fnordfish commented 1 year ago

StackItem seems to be a rather new API. Needs a (ducktype?) fallback to the older Array style.

mattiasb commented 1 year ago

Woop, thanks!