From 43dc7bef8d050c17c3d07b8be4393ce94f352539 Mon Sep 17 00:00:00 2001 From: Ed Date: Wed, 19 Dec 2018 17:52:55 -0500 Subject: [PATCH] Remove comment about check's returned version --- check_command.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/check_command.go b/check_command.go index 14d6814..6cecc45 100644 --- a/check_command.go +++ b/check_command.go @@ -78,10 +78,6 @@ func (c *CheckCommand) Run(request CheckRequest) ([]Version, error) { } if latestTag.Name == request.Version.Tag { - // GitHub release resource returns empty array: - // https://github.com/concourse/github-release-resource/blob/master/check_command.go#L87 - // but documentation says to return current item? - // https://concourse-ci.org/implementing-resources.html#section_resource-check return []Version{versionFromTag(latestTag)}, nil }