arcticicestudio / snowsaw

A lightweight, plugin-driven and dynamic dotfiles bootstrapper.
MIT License
98 stars 8 forks source link

Fix a bug when the current host is not in listed hosts of a link item #99

Closed xulongwu4 closed 2 years ago

xulongwu4 commented 2 years ago

When one link item in a link task has a target host that doesn't match the current host name, the current link item will be skipped. This is intended. However, all other link items following the current link item will also be skipped. This behavior is a bug. This PR fixes this bug.

arcticicestudio commented 2 years ago

Hi @xulongwu4 :wave:, thanks for your contribution :+1: I'll test and review the changes within the next week(s).