Closed luskwater closed 6 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.
maghub-github-hosts
(list string)
string
(repeat string)
Thanks!
The custom variable
maghub-github-hosts
was identified as being of type(list string)
, which only allows a singlestring
value. It was corrected to be(repeat string)
which allows multiple host names to be added through the customization interface.