We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9505676 commit 8c7aba3Copy full SHA for 8c7aba3
1 file changed
bin/checkver.ps1
@@ -170,7 +170,7 @@ $Queue | ForEach-Object {
170
}
171
if ($json.checkver -eq 'gitlab') {
172
if (!$json.homepage.StartsWith('https://gitlab.com/')) {
173
- error "$name checkvar expects the homepage to be a GitLab"
+ error "$name checkver expects the homepage to be a GitLab"
174
175
$url = $json.checkver.gitlab.TrimEnd('/') + '/-/releases?format=atom'
176
$regex = $gitlabRegex
0 commit comments