vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 62 forks source link

Fix type of custom variable magithub-github-hosts #357

Closed luskwater closed 5 years ago

luskwater commented 5 years ago

The custom variable maghub-github-hosts was identified as being of type (list string), which only allows a single string value. It was corrected to be (repeat string) which allows multiple host names to be added through the customization interface.

vermiculus commented 5 years ago

Thanks!