From c78ea526b8e49a83f622ac8a0914c0cb4b27c435 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 20 May 2022 19:45:39 +0200 Subject: [PATCH] internal/build: clarify term refspec --- internal/build/env.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/build/env.go b/internal/build/env.go index b90459c28b..c0cc9437da 100644 --- a/internal/build/env.go +++ b/internal/build/env.go @@ -94,7 +94,7 @@ func Env() Environment { case os.Getenv("CI") == "true" && os.Getenv("ETH_BUILDBOT") == "true": // For buildbot, the branch variable is the branch OR tag, and - // we can distinguish them by the git data prefix. + // we can distinguish them by the git refspec. var branch, tag string branchSpec := os.Getenv("BUILD_BRANCH") switch {