k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.37k stars 165 forks source link

Fixed position of a comment in the `use` script #426

Closed rsky closed 1 year ago

rsky commented 1 year ago

Following errors were caused due to a comment after \. I've fixed it.

curl: (3) URL using bad/illegal format or missing URL
curl: (6) Could not resolve host: Skip
curl: (6) Could not resolve host: downloading
curl: (6) Could not resolve host: if
curl: (6) Could not resolve host: the
curl: (6) Could not resolve host: newest
curl: (6) Could not resolve host: file
curl: (6) Could not resolve host: was
curl: (6) Could not resolve host: downloaded
curl: (6) Could not resolve host: before
k1LoW commented 1 year ago

@rsky Thank you!