You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As exposed by #60 , the git.clone install is using branches to specify the version to install. However, tags should be used instead, as they match the official releases cerbot's dev publish.
The format is slightly different, so probably allowing both parameters (branch/tag) with tags taking precedence would be a good idea.
The text was updated successfully, but these errors were encountered:
As exposed by #60 , the
git.clone
install is using branches to specify the version to install. However, tags should be used instead, as they match the official releases cerbot's dev publish.The format is slightly different, so probably allowing both parameters (branch/tag) with tags taking precedence would be a good idea.
The text was updated successfully, but these errors were encountered: